Html Css Color HEX #8FBFFC Light Sky Blue

📋 copy color: '#8FBFFC'

red 143 ◦ green 191 ◦ blue 252

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

Shades of Light Sky Blue #8FBFFC

Tints of Light Sky Blue #8FBFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43%

R = 24.4%
G = 32.59%
B = 43%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8FBFFC (or 0x8FBFFC) is known color: Light Sky Blue. HEX triplet: 8F, BF and FC. RGB value is (143,191,252). Sum of RGB (Red+Green+Blue) = 143+191+252=586 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.40% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FBFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBFFC is #704003. Grayscale: #B7B7B7. Windows color (decimal): -7356420 or 16564111. OLE color: 16564111.

HSL color Cylindrical-coordinate representation of color #8FBFFC: hue angle of 213.58º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FBFFC is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 191 252 -
CMYK 0.43 0.24 0 0.01
HSL 213.58º 0.95% 0.77% -
HSV(B) 213.58º 0.43% 0.99% -
XYZ 47.53 50.13 99.27 -
YUV 183.6 166.6 99.04 -
System Red Green Blue C M Y K H S L
Decimal 143 191 252 0.43 0.24 0 0.01 213.58 0.95 0.77
Hex 8F BF FC 2B 18 0 1 D6 5F 4D
Octal 217 277 374 53 30 0 1 326 137 115
Binary 10001111 10111111 11111100 101011 11000 0 1 11010110 1011111 1001101

Color Harmonies of #8FBFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBFFC

Black with #8FBFFC

Text Example


Text Example

White with #8FBFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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