Html Css Color HEX #8DBDFA Light Sky Blue

📋 copy color: '#8DBDFA'

red 141 ◦ green 189 ◦ blue 250

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

Shades of Light Sky Blue #8DBDFA

Tints of Light Sky Blue #8DBDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.1%

R = 24.31%
G = 32.59%
B = 43.1%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DBDFA (or 0x8DBDFA) is known color: Light Sky Blue. HEX triplet: 8D, BD and FA. RGB value is (141,189,250). Sum of RGB (Red+Green+Blue) = 141+189+250=580 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.31% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DBDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDFA is #724205. Grayscale: #B5B5B5. Windows color (decimal): -7488006 or 16432525. OLE color: 16432525.

HSL color Cylindrical-coordinate representation of color #8DBDFA: hue angle of 213.58º degrees, saturation: 0.92, 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 #8DBDFA is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 189 250 -
CMYK 0.44 0.24 0 0.02
HSL 213.58º 0.92% 0.77% -
HSV(B) 213.58º 0.44% 0.98% -
XYZ 46.44 48.96 97.45 -
YUV 181.6 166.6 99.04 -
System Red Green Blue C M Y K H S L
Decimal 141 189 250 0.44 0.24 0 0.02 213.58 0.92 0.77
Hex 8D BD FA 2C 18 0 2 D6 5C 4D
Octal 215 275 372 54 30 0 2 326 134 115
Binary 10001101 10111101 11111010 101100 11000 0 10 11010110 1011100 1001101

Color Harmonies of #8DBDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBDFA

Black with #8DBDFA

Text Example


Text Example

White with #8DBDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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