Html Css Color HEX #8DD8FE Light Sky Blue

📋 copy color: '#8DD8FE'

red 141 ◦ green 216 ◦ blue 254

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

Shades of Light Sky Blue #8DD8FE

Tints of Light Sky Blue #8DD8FE

RGB

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

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

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

R = 23.08%
G = 35.35%
B = 41.57%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8DD8FE (or 0x8DD8FE) is known color: Light Sky Blue. HEX triplet: 8D, D8 and FE. RGB value is (141,216,254). Sum of RGB (Red+Green+Blue) = 141+216+254=611 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.08% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DD8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD8FE is #722701. Grayscale: #C5C5C5. Windows color (decimal): -7481090 or 16701581. OLE color: 16701581.

HSL color Cylindrical-coordinate representation of color #8DD8FE: hue angle of 200.18º 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 #8DD8FE is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 141 216 254 -
CMYK 0.44 0.15 0 0.00
HSL 200.18º 0.98% 0.77% -
HSV(B) 200.18º 0.44% 1% -
XYZ 53.43 61.93 102.9 -
YUV 197.91 159.65 87.41 -
System Red Green Blue C M Y K H S L
Decimal 141 216 254 0.44 0.15 0 0.00 200.18 0.98 0.77
Hex 8D D8 FE 2C F 0 0 C8 62 4D
Octal 215 330 376 54 17 0 0 310 142 115
Binary 10001101 11011000 11111110 101100 1111 0 0 11001000 1100010 1001101

Color Harmonies of #8DD8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD8FE

Black with #8DD8FE

Text Example


Text Example

White with #8DD8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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