Html Css Color HEX #74BBEB Maya Blue

📋 copy color: '#74BBEB'

red 116 ◦ green 187 ◦ blue 235

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

Shades of Maya Blue #74BBEB

Tints of Maya Blue #74BBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.68%

R = 21.56%
G = 34.76%
B = 43.68%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74BBEB (or 0x74BBEB) is known color: Maya Blue. HEX triplet: 74, BB and EB. RGB value is (116,187,235). Sum of RGB (Red+Green+Blue) = 116+187+235=538 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.56% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #74BBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BBEB is #8B4414. Grayscale: #AAAAAA. Windows color (decimal): -9126933 or 15448948. OLE color: 15448948.

HSL color Cylindrical-coordinate representation of color #74BBEB: hue angle of 204.2º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74BBEB is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 187 235 -
CMYK 0.51 0.20 0 0.08
HSL 204.2º 0.75% 0.69% -
HSV(B) 204.2º 0.51% 0.92% -
XYZ 39.97 45.25 85.23 -
YUV 171.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 116 187 235 0.51 0.20 0 0.08 204.2 0.75 0.69
Hex 74 BB EB 33 14 0 8 CC 4B 45
Octal 164 273 353 63 24 0 10 314 113 105
Binary 1110100 10111011 11101011 110011 10100 0 1000 11001100 1001011 1000101

Color Harmonies of #74BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BBEB

Black with #74BBEB

Text Example


Text Example

White with #74BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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