Html Css Color HEX #8FBDFE Light Sky Blue

📋 copy color: '#8FBDFE'

red 143 ◦ green 189 ◦ blue 254

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

Shades of Light Sky Blue #8FBDFE

Tints of Light Sky Blue #8FBDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.34%

R = 24.4%
G = 32.25%
B = 43.34%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8FBDFE (or 0x8FBDFE) is known color: Light Sky Blue. HEX triplet: 8F, BD and FE. RGB value is (143,189,254). Sum of RGB (Red+Green+Blue) = 143+189+254=586 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.40% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FBDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBDFE is #704201. Grayscale: #B6B6B6. Windows color (decimal): -7356930 or 16694671. OLE color: 16694671.

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

Color convert

RGB 143 189 254 -
CMYK 0.44 0.26 0 0.00
HSL 215.14º 0.98% 0.78% -
HSV(B) 215.14º 0.44% 1% -
XYZ 47.41 49.39 100.8 -
YUV 182.66 168.26 99.71 -
System Red Green Blue C M Y K H S L
Decimal 143 189 254 0.44 0.26 0 0.00 215.14 0.98 0.78
Hex 8F BD FE 2C 1A 0 0 D7 62 4E
Octal 217 275 376 54 32 0 0 327 142 116
Binary 10001111 10111101 11111110 101100 11010 0 0 11010111 1100010 1001110

Color Harmonies of #8FBDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBDFE

Black with #8FBDFE

Text Example


Text Example

White with #8FBDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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