Html Css Color HEX #74CCFC Maya Blue

📋 copy color: '#74CCFC'

red 116 ◦ green 204 ◦ blue 252

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

Shades of Maya Blue #74CCFC

Tints of Maya Blue #74CCFC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.66%

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

R = 20.28%
G = 35.66%
B = 44.06%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74CCFC (or 0x74CCFC) is known color: Maya Blue. HEX triplet: 74, CC and FC. RGB value is (116,204,252). Sum of RGB (Red+Green+Blue) = 116+204+252=572 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.28% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #74CCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CCFC is #8B3303. Grayscale: #B6B6B6. Windows color (decimal): -9122564 or 16567412. OLE color: 16567412.

HSL color Cylindrical-coordinate representation of color #74CCFC: hue angle of 201.18º 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 #74CCFC is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 204 252 -
CMYK 0.54 0.19 0 0.01
HSL 201.18º 0.96% 0.72% -
HSV(B) 201.18º 0.54% 0.99% -
XYZ 46.37 53.93 100.06 -
YUV 183.16 166.85 80.1 -
System Red Green Blue C M Y K H S L
Decimal 116 204 252 0.54 0.19 0 0.01 201.18 0.96 0.72
Hex 74 CC FC 36 13 0 1 C9 60 48
Octal 164 314 374 66 23 0 1 311 140 110
Binary 1110100 11001100 11111100 110110 10011 0 1 11001001 1100000 1001000

Color Harmonies of #74CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CCFC

Black with #74CCFC

Text Example


Text Example

White with #74CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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