Html Css Color HEX #8DB5FE Light Sky Blue

📋 copy color: '#8DB5FE'

red 141 ◦ green 181 ◦ blue 254

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

Shades of Light Sky Blue #8DB5FE

Tints of Light Sky Blue #8DB5FE

RGB

 RED value IS 141 (55.47% from 255) = 24.48%

 GREEN value IS 181 (71.09% from 255) = 31.42%

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

R = 24.48%
G = 31.42%
B = 44.1%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8DB5FE (or 0x8DB5FE) is known color: Light Sky Blue. HEX triplet: 8D, B5 and FE. RGB value is (141,181,254). Sum of RGB (Red+Green+Blue) = 141+181+254=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DB5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB5FE is #724A01. Grayscale: #B1B1B1. Windows color (decimal): -7490050 or 16692621. OLE color: 16692621.

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

Color convert

RGB 141 181 254 -
CMYK 0.44 0.29 0 0.00
HSL 218.76º 0.98% 0.77% -
HSV(B) 218.76º 0.44% 1% -
XYZ 45.4 45.87 100.23 -
YUV 177.36 171.25 102.06 -
System Red Green Blue C M Y K H S L
Decimal 141 181 254 0.44 0.29 0 0.00 218.76 0.98 0.77
Hex 8D B5 FE 2C 1D 0 0 DB 62 4D
Octal 215 265 376 54 35 0 0 333 142 115
Binary 10001101 10110101 11111110 101100 11101 0 0 11011011 1100010 1001101

Color Harmonies of #8DB5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB5FE

Black with #8DB5FE

Text Example


Text Example

White with #8DB5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,181,254); }

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

background-color css

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

 a { background-color: rgb(141,181,254); }

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

border-color css

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

 span { border-color: rgb(141,181,254); }

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