Html Css Color HEX #8DD1FF Light Sky Blue

📋 copy color: '#8DD1FF'

red 141 ◦ green 209 ◦ blue 255

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

Shades of Light Sky Blue #8DD1FF

Tints of Light Sky Blue #8DD1FF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.55%

 BLUE value IS 255 (100% from 255) = 42.15%

R = 23.31%
G = 34.55%
B = 42.15%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DD1FF (or 0x8DD1FF) is known color: Light Sky Blue. HEX triplet: 8D, D1 and FF. RGB value is (141,209,255). Sum of RGB (Red+Green+Blue) = 141+209+255=605 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.31% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DD1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD1FF is #722E00. Grayscale: #C1C1C1. Windows color (decimal): -7482881 or 16765325. OLE color: 16765325.

HSL color Cylindrical-coordinate representation of color #8DD1FF: hue angle of 204.21º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DD1FF is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 209 255 -
CMYK 0.45 0.18 0 0
HSL 204.21º 1% 0.78% -
HSV(B) 204.21º 0.45% 1% -
XYZ 51.83 58.48 103.16 -
YUV 193.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 141 209 255 0.45 0.18 0 0 204.21 1 0.78
Hex 8D D1 FF 2D 12 0 0 CC 64 4E
Octal 215 321 377 55 22 0 0 314 144 116
Binary 10001101 11010001 11111111 101101 10010 0 0 11001100 1100100 1001110

Color Harmonies of #8DD1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD1FF

Black with #8DD1FF

Text Example


Text Example

White with #8DD1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,209,255); }

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

background-color css

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

 a { background-color: rgb(141,209,255); }

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

border-color css

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

 span { border-color: rgb(141,209,255); }

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