Html Css Color HEX #8CCCFE Light Sky Blue

📋 copy color: '#8CCCFE'

red 140 ◦ green 204 ◦ blue 254

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

Shades of Light Sky Blue #8CCCFE

Tints of Light Sky Blue #8CCCFE

RGB

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

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

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

R = 23.41%
G = 34.11%
B = 42.47%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8CCCFE (or 0x8CCCFE) is known color: Light Sky Blue. HEX triplet: 8C, CC and FE. RGB value is (140,204,254). Sum of RGB (Red+Green+Blue) = 140+204+254=598 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.41% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CCCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCCFE is #733301. Grayscale: #BEBEBE. Windows color (decimal): -7549698 or 16698508. OLE color: 16698508.

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

Color convert

RGB 140 204 254 -
CMYK 0.45 0.20 0 0.00
HSL 206.32º 0.98% 0.77% -
HSV(B) 206.32º 0.45% 1% -
XYZ 50.3 55.92 101.91 -
YUV 190.56 163.8 91.93 -
System Red Green Blue C M Y K H S L
Decimal 140 204 254 0.45 0.20 0 0.00 206.32 0.98 0.77
Hex 8C CC FE 2D 14 0 0 CE 62 4D
Octal 214 314 376 55 24 0 0 316 142 115
Binary 10001100 11001100 11111110 101101 10100 0 0 11001110 1100010 1001101

Color Harmonies of #8CCCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCCFE

Black with #8CCCFE

Text Example


Text Example

White with #8CCCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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