Html Css Color HEX #8DCCFF Light Sky Blue

📋 copy color: '#8DCCFF'

red 141 ◦ green 204 ◦ blue 255

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

Shades of Light Sky Blue #8DCCFF

Tints of Light Sky Blue #8DCCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34%

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

R = 23.5%
G = 34%
B = 42.5%

CMYK

 C value IS 0.45

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DCCFF (or 0x8DCCFF) is known color: Light Sky Blue. HEX triplet: 8D, CC and FF. RGB value is (141,204,255). Sum of RGB (Red+Green+Blue) = 141+204+255=600 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.5% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCCFF is #723300. Grayscale: #BEBEBE. Windows color (decimal): -7484161 or 16764045. OLE color: 16764045.

HSL color Cylindrical-coordinate representation of color #8DCCFF: hue angle of 206.84º 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 #8DCCFF is Cyan = 0.45, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 204 255 -
CMYK 0.45 0.2 0 0
HSL 206.84º 1% 0.78% -
HSV(B) 206.84º 0.45% 1% -
XYZ 50.63 56.07 102.76 -
YUV 190.98 164.13 92.35 -
System Red Green Blue C M Y K H S L
Decimal 141 204 255 0.45 0.2 0 0 206.84 1 0.78
Hex 8D CC FF 2D 14 0 0 CF 64 4E
Octal 215 314 377 55 24 0 0 317 144 116
Binary 10001101 11001100 11111111 101101 10100 0 0 11001111 1100100 1001110

Color Harmonies of #8DCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCCFF

Black with #8DCCFF

Text Example


Text Example

White with #8DCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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