Html Css Color HEX #8FBFF5 Light Sky Blue

📋 copy color: '#8FBFF5'

red 143 ◦ green 191 ◦ blue 245

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

Shades of Light Sky Blue #8FBFF5

Tints of Light Sky Blue #8FBFF5

RGB

 RED value IS 143 (56.25% from 255) = 24.7%

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

 BLUE value IS 245 (96.09% from 255) = 42.31%

R = 24.7%
G = 32.99%
B = 42.31%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8FBFF5 (or 0x8FBFF5) is known color: Light Sky Blue. HEX triplet: 8F, BF and F5. RGB value is (143,191,245). Sum of RGB (Red+Green+Blue) = 143+191+245=579 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.70% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #8FBFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBFF5 is #70400A. Grayscale: #B6B6B6. Windows color (decimal): -7356427 or 16105359. OLE color: 16105359.

HSL color Cylindrical-coordinate representation of color #8FBFF5: hue angle of 211.76º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FBFF5 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 143 191 245 -
CMYK 0.42 0.22 0 0.04
HSL 211.76º 0.84% 0.76% -
HSV(B) 211.76º 0.42% 0.96% -
XYZ 46.44 49.69 93.53 -
YUV 182.8 163.1 99.61 -
System Red Green Blue C M Y K H S L
Decimal 143 191 245 0.42 0.22 0 0.04 211.76 0.84 0.76
Hex 8F BF F5 2A 16 0 4 D4 54 4C
Octal 217 277 365 52 26 0 4 324 124 114
Binary 10001111 10111111 11110101 101010 10110 0 100 11010100 1010100 1001100

Color Harmonies of #8FBFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBFF5

Black with #8FBFF5

Text Example


Text Example

White with #8FBFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,191,245); }

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

background-color css

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

 a { background-color: rgb(143,191,245); }

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

border-color css

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

 span { border-color: rgb(143,191,245); }

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