Html Css Color HEX #8FBCFF Light Sky Blue

📋 copy color: '#8FBCFF'

red 143 ◦ green 188 ◦ blue 255

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

Shades of Light Sky Blue #8FBCFF

Tints of Light Sky Blue #8FBCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.08%

 BLUE value IS 255 (100% from 255) = 43.52%

R = 24.4%
G = 32.08%
B = 43.52%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8FBCFF (or 0x8FBCFF) is known color: Light Sky Blue. HEX triplet: 8F, BC and FF. RGB value is (143,188,255). Sum of RGB (Red+Green+Blue) = 143+188+255=586 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.40% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FBCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBCFF is #704300. Grayscale: #B5B5B5. Windows color (decimal): -7357185 or 16759951. OLE color: 16759951.

HSL color Cylindrical-coordinate representation of color #8FBCFF: hue angle of 215.89º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FBCFF is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 143 188 255 -
CMYK 0.44 0.26 0 0
HSL 215.89º 1% 0.78% -
HSV(B) 215.89º 0.44% 1% -
XYZ 47.36 49.03 101.57 -
YUV 182.18 169.09 100.05 -
System Red Green Blue C M Y K H S L
Decimal 143 188 255 0.44 0.26 0 0 215.89 1 0.78
Hex 8F BC FF 2C 1A 0 0 D8 64 4E
Octal 217 274 377 54 32 0 0 330 144 116
Binary 10001111 10111100 11111111 101100 11010 0 0 11011000 1100100 1001110

Color Harmonies of #8FBCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBCFF

Black with #8FBCFF

Text Example


Text Example

White with #8FBCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,188,255); }

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

background-color css

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

 a { background-color: rgb(143,188,255); }

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

border-color css

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

 span { border-color: rgb(143,188,255); }

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