Html Css Color HEX #8FBDFF Light Sky Blue

📋 copy color: '#8FBDFF'

red 143 ◦ green 189 ◦ blue 255

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

Shades of Light Sky Blue #8FBDFF

Tints of Light Sky Blue #8FBDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.2%

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

R = 24.36%
G = 32.2%
B = 43.44%

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

#8FBDFF (or 0x8FBDFF) is known color: Light Sky Blue. HEX triplet: 8F, BD and FF. RGB value is (143,189,255). Sum of RGB (Red+Green+Blue) = 143+189+255=587 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.36% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FBDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBDFF is #704200. Grayscale: #B6B6B6. Windows color (decimal): -7356929 or 16760207. OLE color: 16760207.

HSL color Cylindrical-coordinate representation of color #8FBDFF: hue angle of 215.36º 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 #8FBDFF is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 143 189 255 -
CMYK 0.44 0.26 0 0
HSL 215.36º 1% 0.78% -
HSV(B) 215.36º 0.44% 1% -
XYZ 47.58 49.45 101.65 -
YUV 182.77 168.76 99.63 -
System Red Green Blue C M Y K H S L
Decimal 143 189 255 0.44 0.26 0 0 215.36 1 0.78
Hex 8F BD FF 2C 1A 0 0 D7 64 4E
Octal 217 275 377 54 32 0 0 327 144 116
Binary 10001111 10111101 11111111 101100 11010 0 0 11010111 1100100 1001110

Color Harmonies of #8FBDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBDFF

Black with #8FBDFF

Text Example


Text Example

White with #8FBDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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