Html Css Color HEX #74D8FC Light Sky Blue

📋 copy color: '#74D8FC'

red 116 ◦ green 216 ◦ blue 252

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

Shades of Light Sky Blue #74D8FC

Tints of Light Sky Blue #74D8FC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.99%

 BLUE value IS 252 (98.83% from 255) = 43.15%

R = 19.86%
G = 36.99%
B = 43.15%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74D8FC (or 0x74D8FC) is known color: Light Sky Blue. HEX triplet: 74, D8 and FC. RGB value is (116,216,252). Sum of RGB (Red+Green+Blue) = 116+216+252=584 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.86% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #74D8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D8FC is #8B2703. Grayscale: #BDBDBD. Windows color (decimal): -9119492 or 16570484. OLE color: 16570484.

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

Color convert

RGB 116 216 252 -
CMYK 0.54 0.14 0 0.01
HSL 195.88º 0.96% 0.72% -
HSV(B) 195.88º 0.54% 0.99% -
XYZ 49.33 59.85 101.05 -
YUV 190.2 162.87 75.07 -
System Red Green Blue C M Y K H S L
Decimal 116 216 252 0.54 0.14 0 0.01 195.88 0.96 0.72
Hex 74 D8 FC 36 E 0 1 C4 60 48
Octal 164 330 374 66 16 0 1 304 140 110
Binary 1110100 11011000 11111100 110110 1110 0 1 11000100 1100000 1001000

Color Harmonies of #74D8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D8FC

Black with #74D8FC

Text Example


Text Example

White with #74D8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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