Html Css Color HEX #8FBDF5 Light Sky Blue

📋 copy color: '#8FBDF5'

red 143 ◦ green 189 ◦ blue 245

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

Shades of Light Sky Blue #8FBDF5

Tints of Light Sky Blue #8FBDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.46%

R = 24.78%
G = 32.76%
B = 42.46%

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

#8FBDF5 (or 0x8FBDF5) is known color: Light Sky Blue. HEX triplet: 8F, BD and F5. RGB value is (143,189,245). Sum of RGB (Red+Green+Blue) = 143+189+245=577 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.78% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 245 (96.09% from 255 or 42.46% from 577); Max value from RGB is 245 - color contains mainly: blue. Hex color #8FBDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBDF5 is #70420A. Grayscale: #B5B5B5. Windows color (decimal): -7356939 or 16104847. OLE color: 16104847.

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

Color convert

RGB 143 189 245 -
CMYK 0.42 0.23 0 0.04
HSL 212.94º 0.84% 0.76% -
HSV(B) 212.94º 0.42% 0.96% -
XYZ 46.01 48.83 93.39 -
YUV 181.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 143 189 245 0.42 0.23 0 0.04 212.94 0.84 0.76
Hex 8F BD F5 2A 17 0 4 D5 54 4C
Octal 217 275 365 52 27 0 4 325 124 114
Binary 10001111 10111101 11110101 101010 10111 0 100 11010101 1010100 1001100

Color Harmonies of #8FBDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBDF5

Black with #8FBDF5

Text Example


Text Example

White with #8FBDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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