Html Css Color HEX #8BCFF9 Light Sky Blue

📋 copy color: '#8BCFF9'

red 139 ◦ green 207 ◦ blue 249

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

Shades of Light Sky Blue #8BCFF9

Tints of Light Sky Blue #8BCFF9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.79%

 BLUE value IS 249 (97.66% from 255) = 41.85%

R = 23.36%
G = 34.79%
B = 41.85%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8BCFF9 (or 0x8BCFF9) is known color: Light Sky Blue. HEX triplet: 8B, CF and F9. RGB value is (139,207,249). Sum of RGB (Red+Green+Blue) = 139+207+249=595 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.36% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #8BCFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCFF9 is #743006. Grayscale: #BFBFBF. Windows color (decimal): -7614471 or 16371595. OLE color: 16371595.

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

Color convert

RGB 139 207 249 -
CMYK 0.44 0.17 0 0.02
HSL 202.91º 0.9% 0.76% -
HSV(B) 202.91º 0.44% 0.98% -
XYZ 50.06 56.95 97.98 -
YUV 191.46 160.47 90.58 -
System Red Green Blue C M Y K H S L
Decimal 139 207 249 0.44 0.17 0 0.02 202.91 0.9 0.76
Hex 8B CF F9 2C 11 0 2 CB 5A 4C
Octal 213 317 371 54 21 0 2 313 132 114
Binary 10001011 11001111 11111001 101100 10001 0 10 11001011 1011010 1001100

Color Harmonies of #8BCFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCFF9

Black with #8BCFF9

Text Example


Text Example

White with #8BCFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,207,249); }

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

background-color css

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

 a { background-color: rgb(139,207,249); }

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

border-color css

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

 span { border-color: rgb(139,207,249); }

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