Html Css Color HEX #8BD0FD Light Sky Blue

📋 copy color: '#8BD0FD'

red 139 ◦ green 208 ◦ blue 253

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

Shades of Light Sky Blue #8BD0FD

Tints of Light Sky Blue #8BD0FD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.67%

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

R = 23.17%
G = 34.67%
B = 42.17%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8BD0FD (or 0x8BD0FD) is known color: Light Sky Blue. HEX triplet: 8B, D0 and FD. RGB value is (139,208,253). Sum of RGB (Red+Green+Blue) = 139+208+253=600 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.17% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BD0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD0FD is #742F02. Grayscale: #C0C0C0. Windows color (decimal): -7614211 or 16633995. OLE color: 16633995.

HSL color Cylindrical-coordinate representation of color #8BD0FD: hue angle of 203.68º 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 #8BD0FD is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 139 208 253 -
CMYK 0.45 0.18 0 0.01
HSL 203.68º 0.97% 0.77% -
HSV(B) 203.68º 0.45% 0.99% -
XYZ 50.93 57.69 101.38 -
YUV 192.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 139 208 253 0.45 0.18 0 0.01 203.68 0.97 0.77
Hex 8B D0 FD 2D 12 0 1 CC 61 4D
Octal 213 320 375 55 22 0 1 314 141 115
Binary 10001011 11010000 11111101 101101 10010 0 1 11001100 1100001 1001101

Color Harmonies of #8BD0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD0FD

Black with #8BD0FD

Text Example


Text Example

White with #8BD0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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