Html Css Color HEX #74C8FF Maya Blue

📋 copy color: '#74C8FF'

red 116 ◦ green 200 ◦ blue 255

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

Shades of Maya Blue #74C8FF

Tints of Maya Blue #74C8FF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.03%

 BLUE value IS 255 (100% from 255) = 44.66%

R = 20.32%
G = 35.03%
B = 44.66%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#74C8FF (or 0x74C8FF) is known color: Maya Blue. HEX triplet: 74, C8 and FF. RGB value is (116,200,255). Sum of RGB (Red+Green+Blue) = 116+200+255=571 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.32% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #74C8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C8FF is #8B3700. Grayscale: #B4B4B4. Windows color (decimal): -9123585 or 16762996. OLE color: 16762996.

HSL color Cylindrical-coordinate representation of color #74C8FF: hue angle of 203.74º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74C8FF is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 200 255 -
CMYK 0.55 0.22 0 0
HSL 203.74º 1% 0.73% -
HSV(B) 203.74º 0.55% 1% -
XYZ 45.91 52.24 102.27 -
YUV 181.15 169.67 81.53 -
System Red Green Blue C M Y K H S L
Decimal 116 200 255 0.55 0.22 0 0 203.74 1 0.73
Hex 74 C8 FF 37 16 0 0 CC 64 49
Octal 164 310 377 67 26 0 0 314 144 111
Binary 1110100 11001000 11111111 110111 10110 0 0 11001100 1100100 1001001

Color Harmonies of #74C8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C8FF

Black with #74C8FF

Text Example


Text Example

White with #74C8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,200,255); }

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

background-color css

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

 a { background-color: rgb(116,200,255); }

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

border-color css

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

 span { border-color: rgb(116,200,255); }

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