Html Css Color HEX #8BC0FA Light Sky Blue

📋 copy color: '#8BC0FA'

red 139 ◦ green 192 ◦ blue 250

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

Shades of Light Sky Blue #8BC0FA

Tints of Light Sky Blue #8BC0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 23.92%
G = 33.05%
B = 43.03%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8BC0FA (or 0x8BC0FA) is known color: Light Sky Blue. HEX triplet: 8B, C0 and FA. RGB value is (139,192,250). Sum of RGB (Red+Green+Blue) = 139+192+250=581 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.92% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BC0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC0FA is #743F05. Grayscale: #B6B6B6. Windows color (decimal): -7618310 or 16433291. OLE color: 16433291.

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

Color convert

RGB 139 192 250 -
CMYK 0.44 0.23 0 0.02
HSL 211.35º 0.92% 0.76% -
HSV(B) 211.35º 0.44% 0.98% -
XYZ 46.75 50.09 97.65 -
YUV 182.77 165.94 96.78 -
System Red Green Blue C M Y K H S L
Decimal 139 192 250 0.44 0.23 0 0.02 211.35 0.92 0.76
Hex 8B C0 FA 2C 17 0 2 D3 5C 4C
Octal 213 300 372 54 27 0 2 323 134 114
Binary 10001011 11000000 11111010 101100 10111 0 10 11010011 1011100 1001100

Color Harmonies of #8BC0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC0FA

Black with #8BC0FA

Text Example


Text Example

White with #8BC0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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