Html Css Color HEX #74CDEC Sky Blue

📋 copy color: '#74CDEC'

red 116 ◦ green 205 ◦ blue 236

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

Shades of Sky Blue #74CDEC

Tints of Sky Blue #74CDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.8%

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

R = 20.83%
G = 36.8%
B = 42.37%

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

#74CDEC (or 0x74CDEC) is known color: Sky Blue. HEX triplet: 74, CD and EC. RGB value is (116,205,236). Sum of RGB (Red+Green+Blue) = 116+205+236=557 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.83% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #74CDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CDEC is #8B3213. Grayscale: #B5B5B5. Windows color (decimal): -9122324 or 15519092. OLE color: 15519092.

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

Color convert

RGB 116 205 236 -
CMYK 0.51 0.13 0 0.07
HSL 195.5º 0.76% 0.69% -
HSV(B) 195.5º 0.51% 0.93% -
XYZ 44.17 53.43 87.34 -
YUV 181.92 158.51 80.98 -
System Red Green Blue C M Y K H S L
Decimal 116 205 236 0.51 0.13 0 0.07 195.5 0.76 0.69
Hex 74 CD EC 33 D 0 7 C4 4C 45
Octal 164 315 354 63 15 0 7 304 114 105
Binary 1110100 11001101 11101100 110011 1101 0 111 11000100 1001100 1000101

Color Harmonies of #74CDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDEC

Black with #74CDEC

Text Example


Text Example

White with #74CDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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