Html Css Color HEX #8BD2FD Light Sky Blue

📋 copy color: '#8BD2FD'

red 139 ◦ green 210 ◦ blue 253

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

Shades of Light Sky Blue #8BD2FD

Tints of Light Sky Blue #8BD2FD

RGB

 RED value IS 139 (54.69% from 255) = 23.09%

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

 BLUE value IS 253 (99.22% from 255) = 42.03%

R = 23.09%
G = 34.88%
B = 42.03%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8BD2FD (or 0x8BD2FD) is known color: Light Sky Blue. HEX triplet: 8B, D2 and FD. RGB value is (139,210,253). Sum of RGB (Red+Green+Blue) = 139+210+253=602 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.09% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BD2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD2FD is #742D02. Grayscale: #C1C1C1. Windows color (decimal): -7613699 or 16634507. OLE color: 16634507.

HSL color Cylindrical-coordinate representation of color #8BD2FD: hue angle of 202.63º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BD2FD is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 139 210 253 -
CMYK 0.45 0.17 0 0.01
HSL 202.63º 0.97% 0.77% -
HSV(B) 202.63º 0.45% 0.99% -
XYZ 51.42 58.67 101.54 -
YUV 193.67 161.48 89 -
System Red Green Blue C M Y K H S L
Decimal 139 210 253 0.45 0.17 0 0.01 202.63 0.97 0.77
Hex 8B D2 FD 2D 11 0 1 CB 61 4D
Octal 213 322 375 55 21 0 1 313 141 115
Binary 10001011 11010010 11111101 101101 10001 0 1 11001011 1100001 1001101

Color Harmonies of #8BD2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD2FD

Black with #8BD2FD

Text Example


Text Example

White with #8BD2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,210,253); }

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

background-color css

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

 a { background-color: rgb(139,210,253); }

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

border-color css

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

 span { border-color: rgb(139,210,253); }

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