Html Css Color HEX #8DBDFB Light Sky Blue

📋 copy color: '#8DBDFB'

red 141 ◦ green 189 ◦ blue 251

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

Shades of Light Sky Blue #8DBDFB

Tints of Light Sky Blue #8DBDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.2%

R = 24.27%
G = 32.53%
B = 43.2%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DBDFB (or 0x8DBDFB) is known color: Light Sky Blue. HEX triplet: 8D, BD and FB. RGB value is (141,189,251). Sum of RGB (Red+Green+Blue) = 141+189+251=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DBDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDFB is #724204. Grayscale: #B5B5B5. Windows color (decimal): -7488005 or 16498061. OLE color: 16498061.

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

Color convert

RGB 141 189 251 -
CMYK 0.44 0.25 0 0.02
HSL 213.82º 0.93% 0.77% -
HSV(B) 213.82º 0.44% 0.98% -
XYZ 46.59 49.02 98.27 -
YUV 181.72 167.1 98.96 -
System Red Green Blue C M Y K H S L
Decimal 141 189 251 0.44 0.25 0 0.02 213.82 0.93 0.77
Hex 8D BD FB 2C 19 0 2 D6 5D 4D
Octal 215 275 373 54 31 0 2 326 135 115
Binary 10001101 10111101 11111011 101100 11001 0 10 11010110 1011101 1001101

Color Harmonies of #8DBDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBDFB

Black with #8DBDFB

Text Example


Text Example

White with #8DBDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,189,251); }

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

background-color css

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

 a { background-color: rgb(141,189,251); }

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

border-color css

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

 span { border-color: rgb(141,189,251); }

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