#74baf3

Color #74BAF3 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #74BAF3

Tints of Maya Blue #74BAF3

Color information

#74BAF3 (or 0x74BAF3) is unknown color: approx Maya Blue. HEX triplet: 74, BA and F3. RGB value is (116,186,243). Sum of RGB (Red+Green+Blue) = 116+186+243=545 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.28% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #74BAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BAF3 is #8B450C. Grayscale: #ABABAB. Windows color (decimal): -9127181 or 15972980. OLE color: 15972980.

HSL color Cylindrical-coordinate representation of color #74BAF3: hue angle of 206.93º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74BAF3 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB116186243-
CMYK0.520.2300.05
HSL206.93º84.11%70.39%-
HSV(B)206.93º52.26%95.29%-
XYZ40.9445.391.38-
YUV171.57168.3188.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 21.28%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 243 (95.31% from 255) = 44.59%
R=21.28%
G=34.13%
B=44.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1161862430.520.2300.05206.9384.1170.39
Hex74BAF3341705cf5446
Octal164272363642705317124106
Binary111010010111010111100111101001011101011100111110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74baf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74baf3; }

 p { color: rgb(116,186,243); }

 H1.HeaderClassName
 {
   color: #74baf3;
 }
 .AnyTagClassName
 {
   color: #74baf3;
 }
</style>
background-color css

<style>
 a { background-color: #74baf3; }

 a { background-color: rgb(116,186,243); }

 div.DivClassName
 {
   background-color: #74baf3;
 }
 .BgClassName
 {
   background-color: #74baf3;
 }
</style>
border-color css

<style>
 span { border-color: #74baf3; }

 span { border-color: rgb(116,186,243); }

 td.TdClassName
 {
   border-color: #74baf3;
 }
 .TagClassName
 {
   border-color: #74baf3;
 }
</style>