Html Css Color HEX #8CC0FE Light Sky Blue

📋 copy color: '#8CC0FE'

red 140 ◦ green 192 ◦ blue 254

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

Shades of Light Sky Blue #8CC0FE

Tints of Light Sky Blue #8CC0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.76%

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

R = 23.89%
G = 32.76%
B = 43.34%

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

#8CC0FE (or 0x8CC0FE) is known color: Light Sky Blue. HEX triplet: 8C, C0 and FE. RGB value is (140,192,254). Sum of RGB (Red+Green+Blue) = 140+192+254=586 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.89% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CC0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC0FE is #733F01. Grayscale: #B7B7B7. Windows color (decimal): -7552770 or 16695436. OLE color: 16695436.

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

Color convert

RGB 140 192 254 -
CMYK 0.45 0.24 0 0.00
HSL 212.63º 0.98% 0.77% -
HSV(B) 212.63º 0.45% 1% -
XYZ 47.55 50.43 100.99 -
YUV 183.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 140 192 254 0.45 0.24 0 0.00 212.63 0.98 0.77
Hex 8C C0 FE 2D 18 0 0 D5 62 4D
Octal 214 300 376 55 30 0 0 325 142 115
Binary 10001100 11000000 11111110 101101 11000 0 0 11010101 1100010 1001101

Color Harmonies of #8CC0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC0FE

Black with #8CC0FE

Text Example


Text Example

White with #8CC0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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