Html Css Color HEX #8CCEFF Light Sky Blue

📋 copy color: '#8CCEFF'

red 140 ◦ green 206 ◦ blue 255

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

Shades of Light Sky Blue #8CCEFF

Tints of Light Sky Blue #8CCEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.28%

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

R = 23.29%
G = 34.28%
B = 42.43%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CCEFF (or 0x8CCEFF) is known color: Light Sky Blue. HEX triplet: 8C, CE and FF. RGB value is (140,206,255). Sum of RGB (Red+Green+Blue) = 140+206+255=601 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.29% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CCEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCEFF is #733100. Grayscale: #BFBFBF. Windows color (decimal): -7549185 or 16764556. OLE color: 16764556.

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

Color convert

RGB 140 206 255 -
CMYK 0.45 0.19 0 0
HSL 205.57º 1% 0.77% -
HSV(B) 205.57º 0.45% 1% -
XYZ 50.94 56.94 102.91 -
YUV 191.85 163.63 91.02 -
System Red Green Blue C M Y K H S L
Decimal 140 206 255 0.45 0.19 0 0 205.57 1 0.77
Hex 8C CE FF 2D 13 0 0 CE 64 4D
Octal 214 316 377 55 23 0 0 316 144 115
Binary 10001100 11001110 11111111 101101 10011 0 0 11001110 1100100 1001101

Color Harmonies of #8CCEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCEFF

Black with #8CCEFF

Text Example


Text Example

White with #8CCEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,206,255); }

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

background-color css

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

 a { background-color: rgb(140,206,255); }

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

border-color css

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

 span { border-color: rgb(140,206,255); }

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