Html Css Color HEX #8DD2FB Light Sky Blue

📋 copy color: '#8DD2FB'

red 141 ◦ green 210 ◦ blue 251

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

Shades of Light Sky Blue #8DD2FB

Tints of Light Sky Blue #8DD2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.69%

R = 23.42%
G = 34.88%
B = 41.69%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DD2FB (or 0x8DD2FB) is known color: Light Sky Blue. HEX triplet: 8D, D2 and FB. RGB value is (141,210,251). Sum of RGB (Red+Green+Blue) = 141+210+251=602 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.42% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DD2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD2FB is #722D04. Grayscale: #C1C1C1. Windows color (decimal): -7482629 or 16503437. OLE color: 16503437.

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

Color convert

RGB 141 210 251 -
CMYK 0.44 0.16 0 0.02
HSL 202.36º 0.93% 0.77% -
HSV(B) 202.36º 0.44% 0.98% -
XYZ 51.44 58.72 99.89 -
YUV 194.04 160.14 90.17 -
System Red Green Blue C M Y K H S L
Decimal 141 210 251 0.44 0.16 0 0.02 202.36 0.93 0.77
Hex 8D D2 FB 2C 10 0 2 CA 5D 4D
Octal 215 322 373 54 20 0 2 312 135 115
Binary 10001101 11010010 11111011 101100 10000 0 10 11001010 1011101 1001101

Color Harmonies of #8DD2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD2FB

Black with #8DD2FB

Text Example


Text Example

White with #8DD2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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