Html Css Color HEX #8DBEFE Light Sky Blue

📋 copy color: '#8DBEFE'

red 141 ◦ green 190 ◦ blue 254

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

Shades of Light Sky Blue #8DBEFE

Tints of Light Sky Blue #8DBEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.48%

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

R = 24.1%
G = 32.48%
B = 43.42%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8DBEFE (or 0x8DBEFE) is known color: Light Sky Blue. HEX triplet: 8D, BE and FE. RGB value is (141,190,254). Sum of RGB (Red+Green+Blue) = 141+190+254=585 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.10% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DBEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBEFE is #724101. Grayscale: #B6B6B6. Windows color (decimal): -7487746 or 16694925. OLE color: 16694925.

HSL color Cylindrical-coordinate representation of color #8DBEFE: hue angle of 213.98º 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 #8DBEFE is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 141 190 254 -
CMYK 0.44 0.25 0 0.00
HSL 213.98º 0.98% 0.77% -
HSV(B) 213.98º 0.44% 1% -
XYZ 47.29 49.65 100.86 -
YUV 182.65 168.27 98.3 -
System Red Green Blue C M Y K H S L
Decimal 141 190 254 0.44 0.25 0 0.00 213.98 0.98 0.77
Hex 8D BE FE 2C 19 0 0 D6 62 4D
Octal 215 276 376 54 31 0 0 326 142 115
Binary 10001101 10111110 11111110 101100 11001 0 0 11010110 1100010 1001101

Color Harmonies of #8DBEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBEFE

Black with #8DBEFE

Text Example


Text Example

White with #8DBEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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