Html Css Color HEX #8FBDF6 Light Sky Blue

📋 copy color: '#8FBDF6'

red 143 ◦ green 189 ◦ blue 246

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

Shades of Light Sky Blue #8FBDF6

Tints of Light Sky Blue #8FBDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.56%

R = 24.74%
G = 32.7%
B = 42.56%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8FBDF6 (or 0x8FBDF6) is known color: Light Sky Blue. HEX triplet: 8F, BD and F6. RGB value is (143,189,246). Sum of RGB (Red+Green+Blue) = 143+189+246=578 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.74% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #8FBDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBDF6 is #704209. Grayscale: #B5B5B5. Windows color (decimal): -7356938 or 16170383. OLE color: 16170383.

HSL color Cylindrical-coordinate representation of color #8FBDF6: hue angle of 213.2º degrees, saturation: 0.85, 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 #8FBDF6 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 143 189 246 -
CMYK 0.42 0.23 0 0.04
HSL 213.2º 0.85% 0.76% -
HSV(B) 213.2º 0.42% 0.96% -
XYZ 46.16 48.89 94.19 -
YUV 181.74 164.26 100.37 -
System Red Green Blue C M Y K H S L
Decimal 143 189 246 0.42 0.23 0 0.04 213.2 0.85 0.76
Hex 8F BD F6 2A 17 0 4 D5 55 4C
Octal 217 275 366 52 27 0 4 325 125 114
Binary 10001111 10111101 11110110 101010 10111 0 100 11010101 1010101 1001100

Color Harmonies of #8FBDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBDF6

Black with #8FBDF6

Text Example


Text Example

White with #8FBDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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