Html Css Color HEX #8DD2FE Light Sky Blue

📋 copy color: '#8DD2FE'

red 141 ◦ green 210 ◦ blue 254

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

Shades of Light Sky Blue #8DD2FE

Tints of Light Sky Blue #8DD2FE

RGB

 RED value IS 141 (55.47% from 255) = 23.31%

 GREEN value IS 210 (82.42% from 255) = 34.71%

 BLUE value IS 254 (99.61% from 255) = 41.98%

R = 23.31%
G = 34.71%
B = 41.98%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8DD2FE (or 0x8DD2FE) is known color: Light Sky Blue. HEX triplet: 8D, D2 and FE. RGB value is (141,210,254). Sum of RGB (Red+Green+Blue) = 141+210+254=605 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.31% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DD2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD2FE is #722D01. Grayscale: #C2C2C2. Windows color (decimal): -7482626 or 16700045. OLE color: 16700045.

HSL color Cylindrical-coordinate representation of color #8DD2FE: hue angle of 203.36º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DD2FE is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 141 210 254 -
CMYK 0.44 0.17 0 0.00
HSL 203.36º 0.98% 0.77% -
HSV(B) 203.36º 0.44% 1% -
XYZ 51.92 58.91 102.4 -
YUV 194.39 161.64 89.92 -
System Red Green Blue C M Y K H S L
Decimal 141 210 254 0.44 0.17 0 0.00 203.36 0.98 0.77
Hex 8D D2 FE 2C 11 0 0 CB 62 4D
Octal 215 322 376 54 21 0 0 313 142 115
Binary 10001101 11010010 11111110 101100 10001 0 0 11001011 1100010 1001101

Color Harmonies of #8DD2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD2FE

Black with #8DD2FE

Text Example


Text Example

White with #8DD2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DD2FE; }

 p { color: rgb(141,210,254); }

 H1.HeaderClassName
 {
   color: #8DD2FE;
 }
 .AnyTagClassName
 {
   color: #8DD2FE;
 }
</style>

background-color css

<style>
 a { background-color: #8DD2FE; }

 a { background-color: rgb(141,210,254); }

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

border-color css

<style>
 span { border-color: #8DD2FE; }

 span { border-color: rgb(141,210,254); }

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