Html Css Color HEX #8DC2FF Light Sky Blue

📋 copy color: '#8DC2FF'

red 141 ◦ green 194 ◦ blue 255

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

Shades of Light Sky Blue #8DC2FF

Tints of Light Sky Blue #8DC2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.88%

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

R = 23.9%
G = 32.88%
B = 43.22%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DC2FF (or 0x8DC2FF) is known color: Light Sky Blue. HEX triplet: 8D, C2 and FF. RGB value is (141,194,255). Sum of RGB (Red+Green+Blue) = 141+194+255=590 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.90% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC2FF is #723D00. Grayscale: #B8B8B8. Windows color (decimal): -7486721 or 16761485. OLE color: 16761485.

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

Color convert

RGB 141 194 255 -
CMYK 0.45 0.24 0 0
HSL 212.11º 1% 0.78% -
HSV(B) 212.11º 0.45% 1% -
XYZ 48.33 51.47 101.99 -
YUV 185.11 167.44 96.54 -
System Red Green Blue C M Y K H S L
Decimal 141 194 255 0.45 0.24 0 0 212.11 1 0.78
Hex 8D C2 FF 2D 18 0 0 D4 64 4E
Octal 215 302 377 55 30 0 0 324 144 116
Binary 10001101 11000010 11111111 101101 11000 0 0 11010100 1100100 1001110

Color Harmonies of #8DC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC2FF

Black with #8DC2FF

Text Example


Text Example

White with #8DC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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