#74DCFF

Color #74DCFF Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #74DCFF

Tints of Light Sky Blue #74DCFF

Color information

#74DCFF (or 0x74DCFF) is unknown color: approx Light Sky Blue. HEX triplet: 74, DC and FF. RGB value is (116,220,255). Sum of RGB (Red+Green+Blue) = 116+220+255=591 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.63% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #74DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DCFF is #8B2300. Grayscale: #C0C0C0. Windows color (decimal): -9118465 or 16768116. OLE color: 16768116.

HSL color Cylindrical-coordinate representation of color #74DCFF: hue angle of 195.11º 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 #74DCFF is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB116220255-
CMYK0.550.1400
HSL195.11º100%72.75%-
HSV(B)195.11º54.51%100%-
XYZ50.8562.12103.92-
YUV192.89163.0473.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.63%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 255 (100% from 255) = 43.15%
R=19.63%
G=37.23%
B=43.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1162202550.550.1400195.1110072.75
Hex74DCFF37E00c36449
Octal164334377671600303144111
Binary111010011011100111111111101111110001100001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74DCFF;
 }
 .AnyTagClassName
 {
   color: #74DCFF;
 }
</style>
background-color css

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

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

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

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

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

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