Html Css Color HEX #74CEEC Sky Blue

📋 copy color: '#74CEEC'

red 116 ◦ green 206 ◦ blue 236

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

Shades of Sky Blue #74CEEC

Tints of Sky Blue #74CEEC

RGB

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

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

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

R = 20.79%
G = 36.92%
B = 42.29%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#74CEEC (or 0x74CEEC) is known color: Sky Blue. HEX triplet: 74, CE and EC. RGB value is (116,206,236). Sum of RGB (Red+Green+Blue) = 116+206+236=558 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.79% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #74CEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CEEC is #8B3113. Grayscale: #B6B6B6. Windows color (decimal): -9122068 or 15519348. OLE color: 15519348.

HSL color Cylindrical-coordinate representation of color #74CEEC: hue angle of 195º 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 #74CEEC is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 206 236 -
CMYK 0.51 0.13 0 0.07
HSL 195º 0.76% 0.69% -
HSV(B) 195º 0.51% 0.93% -
XYZ 44.41 53.91 87.42 -
YUV 182.51 158.18 80.56 -
System Red Green Blue C M Y K H S L
Decimal 116 206 236 0.51 0.13 0 0.07 195 0.76 0.69
Hex 74 CE EC 33 D 0 7 C3 4C 45
Octal 164 316 354 63 15 0 7 303 114 105
Binary 1110100 11001110 11101100 110011 1101 0 111 11000011 1001100 1000101

Color Harmonies of #74CEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CEEC

Black with #74CEEC

Text Example


Text Example

White with #74CEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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