Html Css Color HEX #8DBBFF Light Sky Blue

📋 copy color: '#8DBBFF'

red 141 ◦ green 187 ◦ blue 255

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

Shades of Light Sky Blue #8DBBFF

Tints of Light Sky Blue #8DBBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.74%

R = 24.19%
G = 32.08%
B = 43.74%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DBBFF (or 0x8DBBFF) is known color: Light Sky Blue. HEX triplet: 8D, BB and FF. RGB value is (141,187,255). Sum of RGB (Red+Green+Blue) = 141+187+255=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DBBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBBFF is #724400. Grayscale: #B4B4B4. Windows color (decimal): -7488513 or 16759693. OLE color: 16759693.

HSL color Cylindrical-coordinate representation of color #8DBBFF: hue angle of 215.79º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DBBFF is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 187 255 -
CMYK 0.45 0.27 0 0
HSL 215.79º 1% 0.78% -
HSV(B) 215.79º 0.45% 1% -
XYZ 46.8 48.42 101.49 -
YUV 181 169.76 99.47 -
System Red Green Blue C M Y K H S L
Decimal 141 187 255 0.45 0.27 0 0 215.79 1 0.78
Hex 8D BB FF 2D 1B 0 0 D8 64 4E
Octal 215 273 377 55 33 0 0 330 144 116
Binary 10001101 10111011 11111111 101101 11011 0 0 11011000 1100100 1001110

Color Harmonies of #8DBBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBBFF

Black with #8DBBFF

Text Example


Text Example

White with #8DBBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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