#74D7FC

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

Shades of Light Sky Blue #74D7FC

Tints of Light Sky Blue #74D7FC

Color information

#74D7FC (or 0x74D7FC) is unknown color: approx Light Sky Blue. HEX triplet: 74, D7 and FC. RGB value is (116,215,252). Sum of RGB (Red+Green+Blue) = 116+215+252=583 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.90% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #74D7FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D7FC is #8B2803. Grayscale: #BDBDBD. Windows color (decimal): -9119748 or 16570228. OLE color: 16570228.

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

Color convert

RGB116215252-
CMYK0.540.1500.01
HSL196.32º95.77%72.16%-
HSV(B)196.32º53.97%98.82%-
XYZ49.0759.34100.96-
YUV189.62163.275.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.90%
GREEN value IS 215 (84.38% from 255) = 36.88%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=19.90%
G=36.88%
B=43.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162152520.540.1500.01196.3295.7772.16
Hex74D7FC36F01c46048
Octal164327374661701304140110
Binary111010011010111111111001101101111011100010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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