Html Css Color HEX #74BBEF Maya Blue

📋 copy color: '#74BBEF'

red 116 ◦ green 187 ◦ blue 239

#74BBEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #74BBEF

Tints of Maya Blue #74BBEF

RGB

 RED value IS 116 (45.7% from 255) = 21.4%

 GREEN value IS 187 (73.44% from 255) = 34.5%

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 21.4%
G = 34.5%
B = 44.1%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#74BBEF (or 0x74BBEF) is known color: Maya Blue. HEX triplet: 74, BB and EF. RGB value is (116,187,239). Sum of RGB (Red+Green+Blue) = 116+187+239=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #74BBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BBEF is #8B4410. Grayscale: #ABABAB. Windows color (decimal): -9126929 or 15711092. OLE color: 15711092.

HSL color Cylindrical-coordinate representation of color #74BBEF: hue angle of 205.37º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74BBEF is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 187 239 -
CMYK 0.51 0.22 0 0.06
HSL 205.37º 0.79% 0.7% -
HSV(B) 205.37º 0.51% 0.94% -
XYZ 40.55 45.49 88.3 -
YUV 171.7 165.98 88.27 -
System Red Green Blue C M Y K H S L
Decimal 116 187 239 0.51 0.22 0 0.06 205.37 0.79 0.7
Hex 74 BB EF 33 16 0 6 CD 4F 46
Octal 164 273 357 63 26 0 6 315 117 106
Binary 1110100 10111011 11101111 110011 10110 0 110 11001101 1001111 1000110

Color Harmonies of #74BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BBEF

Black with #74BBEF

Text Example


Text Example

White with #74BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,187,239); }

 H1.HeaderClassName
 {
   color: #74BBEF;
 }
 .AnyTagClassName
 {
   color: #74BBEF;
 }
</style>

background-color css

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

 a { background-color: rgb(116,187,239); }

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

border-color css

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

 span { border-color: rgb(116,187,239); }

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