Html Css Color HEX #74CEFC Maya Blue

📋 copy color: '#74CEFC'

red 116 ◦ green 206 ◦ blue 252

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

Shades of Maya Blue #74CEFC

Tints of Maya Blue #74CEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.89%

 BLUE value IS 252 (98.83% from 255) = 43.9%

R = 20.21%
G = 35.89%
B = 43.9%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74CEFC (or 0x74CEFC) is known color: Maya Blue. HEX triplet: 74, CE and FC. RGB value is (116,206,252). Sum of RGB (Red+Green+Blue) = 116+206+252=574 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.21% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #74CEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CEFC is #8B3103. Grayscale: #B8B8B8. Windows color (decimal): -9122052 or 16567924. OLE color: 16567924.

HSL color Cylindrical-coordinate representation of color #74CEFC: hue angle of 200.29º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74CEFC is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 206 252 -
CMYK 0.54 0.18 0 0.01
HSL 200.29º 0.96% 0.72% -
HSV(B) 200.29º 0.54% 0.99% -
XYZ 46.84 54.88 100.22 -
YUV 184.33 166.18 79.26 -
System Red Green Blue C M Y K H S L
Decimal 116 206 252 0.54 0.18 0 0.01 200.29 0.96 0.72
Hex 74 CE FC 36 12 0 1 C8 60 48
Octal 164 316 374 66 22 0 1 310 140 110
Binary 1110100 11001110 11111100 110110 10010 0 1 11001000 1100000 1001000

Color Harmonies of #74CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CEFC

Black with #74CEFC

Text Example


Text Example

White with #74CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,206,252); }

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

background-color css

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

 a { background-color: rgb(116,206,252); }

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

border-color css

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

 span { border-color: rgb(116,206,252); }

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