Html Css Color HEX #8BBFF2 Light Sky Blue

📋 copy color: '#8BBFF2'

red 139 ◦ green 191 ◦ blue 242

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

Shades of Light Sky Blue #8BBFF2

Tints of Light Sky Blue #8BBFF2

RGB

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

 GREEN value IS 191 (75% from 255) = 33.39%

 BLUE value IS 242 (94.92% from 255) = 42.31%

R = 24.3%
G = 33.39%
B = 42.31%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8BBFF2 (or 0x8BBFF2) is known color: Light Sky Blue. HEX triplet: 8B, BF and F2. RGB value is (139,191,242). Sum of RGB (Red+Green+Blue) = 139+191+242=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #8BBFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBFF2 is #74400D. Grayscale: #B5B5B5. Windows color (decimal): -7618574 or 15908747. OLE color: 15908747.

HSL color Cylindrical-coordinate representation of color #8BBFF2: hue angle of 209.71º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BBFF2 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 191 242 -
CMYK 0.43 0.21 0 0.05
HSL 209.71º 0.8% 0.75% -
HSV(B) 209.71º 0.43% 0.95% -
XYZ 45.31 49.16 91.11 -
YUV 181.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 139 191 242 0.43 0.21 0 0.05 209.71 0.8 0.75
Hex 8B BF F2 2B 15 0 5 D2 50 4B
Octal 213 277 362 53 25 0 5 322 120 113
Binary 10001011 10111111 11110010 101011 10101 0 101 11010010 1010000 1001011

Color Harmonies of #8BBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBFF2

Black with #8BBFF2

Text Example


Text Example

White with #8BBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,191,242); }

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

background-color css

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

 a { background-color: rgb(139,191,242); }

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

border-color css

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

 span { border-color: rgb(139,191,242); }

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