Html Css Color HEX #8BC2FA Light Sky Blue

📋 copy color: '#8BC2FA'

red 139 ◦ green 194 ◦ blue 250

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

Shades of Light Sky Blue #8BC2FA

Tints of Light Sky Blue #8BC2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.28%

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

R = 23.84%
G = 33.28%
B = 42.88%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8BC2FA (or 0x8BC2FA) is known color: Light Sky Blue. HEX triplet: 8B, C2 and FA. RGB value is (139,194,250). Sum of RGB (Red+Green+Blue) = 139+194+250=583 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.84% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BC2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC2FA is #743D05. Grayscale: #B7B7B7. Windows color (decimal): -7617798 or 16433803. OLE color: 16433803.

HSL color Cylindrical-coordinate representation of color #8BC2FA: hue angle of 210.27º 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 #8BC2FA is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 194 250 -
CMYK 0.44 0.22 0 0.02
HSL 210.27º 0.92% 0.76% -
HSV(B) 210.27º 0.44% 0.98% -
XYZ 47.19 50.97 97.79 -
YUV 183.94 165.28 95.95 -
System Red Green Blue C M Y K H S L
Decimal 139 194 250 0.44 0.22 0 0.02 210.27 0.92 0.76
Hex 8B C2 FA 2C 16 0 2 D2 5C 4C
Octal 213 302 372 54 26 0 2 322 134 114
Binary 10001011 11000010 11111010 101100 10110 0 10 11010010 1011100 1001100

Color Harmonies of #8BC2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC2FA

Black with #8BC2FA

Text Example


Text Example

White with #8BC2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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