Html Css Color HEX #74CCEC Sky Blue

📋 copy color: '#74CCEC'

red 116 ◦ green 204 ◦ blue 236

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

Shades of Sky Blue #74CCEC

Tints of Sky Blue #74CCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.45%

R = 20.86%
G = 36.69%
B = 42.45%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#74CCEC (or 0x74CCEC) is known color: Sky Blue. HEX triplet: 74, CC and EC. RGB value is (116,204,236). Sum of RGB (Red+Green+Blue) = 116+204+236=556 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.86% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #74CCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CCEC is #8B3313. Grayscale: #B5B5B5. Windows color (decimal): -9122580 or 15518836. OLE color: 15518836.

HSL color Cylindrical-coordinate representation of color #74CCEC: hue angle of 196º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74CCEC is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 204 236 -
CMYK 0.51 0.14 0 0.07
HSL 196º 0.76% 0.69% -
HSV(B) 196º 0.51% 0.93% -
XYZ 43.94 52.95 87.26 -
YUV 181.34 158.85 81.4 -
System Red Green Blue C M Y K H S L
Decimal 116 204 236 0.51 0.14 0 0.07 196 0.76 0.69
Hex 74 CC EC 33 E 0 7 C4 4C 45
Octal 164 314 354 63 16 0 7 304 114 105
Binary 1110100 11001100 11101100 110011 1110 0 111 11000100 1001100 1000101

Color Harmonies of #74CCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CCEC

Black with #74CCEC

Text Example


Text Example

White with #74CCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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