Html Css Color HEX #8BC0FB Light Sky Blue

📋 copy color: '#8BC0FB'

red 139 ◦ green 192 ◦ blue 251

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

Shades of Light Sky Blue #8BC0FB

Tints of Light Sky Blue #8BC0FB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.99%

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

R = 23.88%
G = 32.99%
B = 43.13%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8BC0FB (or 0x8BC0FB) is known color: Light Sky Blue. HEX triplet: 8B, C0 and FB. RGB value is (139,192,251). Sum of RGB (Red+Green+Blue) = 139+192+251=582 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.88% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BC0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC0FB is #743F04. Grayscale: #B6B6B6. Windows color (decimal): -7618309 or 16498827. OLE color: 16498827.

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

Color convert

RGB 139 192 251 -
CMYK 0.45 0.24 0 0.02
HSL 211.61º 0.93% 0.76% -
HSV(B) 211.61º 0.45% 0.98% -
XYZ 46.91 50.15 98.47 -
YUV 182.88 166.44 96.7 -
System Red Green Blue C M Y K H S L
Decimal 139 192 251 0.45 0.24 0 0.02 211.61 0.93 0.76
Hex 8B C0 FB 2D 18 0 2 D4 5D 4C
Octal 213 300 373 55 30 0 2 324 135 114
Binary 10001011 11000000 11111011 101101 11000 0 10 11010100 1011101 1001100

Color Harmonies of #8BC0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC0FB

Black with #8BC0FB

Text Example


Text Example

White with #8BC0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,192,251); }

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

background-color css

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

 a { background-color: rgb(139,192,251); }

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

border-color css

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

 span { border-color: rgb(139,192,251); }

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