Html Css Color HEX #8CC2FE Light Sky Blue

📋 copy color: '#8CC2FE'

red 140 ◦ green 194 ◦ blue 254

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

Shades of Light Sky Blue #8CC2FE

Tints of Light Sky Blue #8CC2FE

RGB

 RED value IS 140 (55.08% from 255) = 23.81%

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

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

R = 23.81%
G = 32.99%
B = 43.2%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8CC2FE (or 0x8CC2FE) is known color: Light Sky Blue. HEX triplet: 8C, C2 and FE. RGB value is (140,194,254). Sum of RGB (Red+Green+Blue) = 140+194+254=588 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.81% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CC2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC2FE is #733D01. Grayscale: #B8B8B8. Windows color (decimal): -7552258 or 16695948. OLE color: 16695948.

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

Color convert

RGB 140 194 254 -
CMYK 0.45 0.24 0 0.00
HSL 211.58º 0.98% 0.77% -
HSV(B) 211.58º 0.45% 1% -
XYZ 48 51.31 101.14 -
YUV 184.69 167.11 96.12 -
System Red Green Blue C M Y K H S L
Decimal 140 194 254 0.45 0.24 0 0.00 211.58 0.98 0.77
Hex 8C C2 FE 2D 18 0 0 D4 62 4D
Octal 214 302 376 55 30 0 0 324 142 115
Binary 10001100 11000010 11111110 101101 11000 0 0 11010100 1100010 1001101

Color Harmonies of #8CC2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC2FE

Black with #8CC2FE

Text Example


Text Example

White with #8CC2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,194,254); }

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

background-color css

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

 a { background-color: rgb(140,194,254); }

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

border-color css

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

 span { border-color: rgb(140,194,254); }

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