Html Css Color HEX #8DBBFE Light Sky Blue

📋 copy color: '#8DBBFE'

red 141 ◦ green 187 ◦ blue 254

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

Shades of Light Sky Blue #8DBBFE

Tints of Light Sky Blue #8DBBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.13%

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

R = 24.23%
G = 32.13%
B = 43.64%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8DBBFE (or 0x8DBBFE) is known color: Light Sky Blue. HEX triplet: 8D, BB and FE. RGB value is (141,187,254). Sum of RGB (Red+Green+Blue) = 141+187+254=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DBBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBBFE is #724401. Grayscale: #B4B4B4. Windows color (decimal): -7488514 or 16694157. OLE color: 16694157.

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

Color convert

RGB 141 187 254 -
CMYK 0.44 0.26 0 0.00
HSL 215.58º 0.98% 0.77% -
HSV(B) 215.58º 0.44% 1% -
XYZ 46.64 48.36 100.64 -
YUV 180.88 169.26 99.55 -
System Red Green Blue C M Y K H S L
Decimal 141 187 254 0.44 0.26 0 0.00 215.58 0.98 0.77
Hex 8D BB FE 2C 1A 0 0 D8 62 4D
Octal 215 273 376 54 32 0 0 330 142 115
Binary 10001101 10111011 11111110 101100 11010 0 0 11011000 1100010 1001101

Color Harmonies of #8DBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBBFE

Black with #8DBBFE

Text Example


Text Example

White with #8DBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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