Html Css Color HEX #8CD0FF Light Sky Blue

📋 copy color: '#8CD0FF'

red 140 ◦ green 208 ◦ blue 255

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

Shades of Light Sky Blue #8CD0FF

Tints of Light Sky Blue #8CD0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.49%

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

R = 23.22%
G = 34.49%
B = 42.29%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CD0FF (or 0x8CD0FF) is known color: Light Sky Blue. HEX triplet: 8C, D0 and FF. RGB value is (140,208,255). Sum of RGB (Red+Green+Blue) = 140+208+255=603 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.22% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CD0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD0FF is #732F00. Grayscale: #C0C0C0. Windows color (decimal): -7548673 or 16765068. OLE color: 16765068.

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

Color convert

RGB 140 208 255 -
CMYK 0.45 0.18 0 0
HSL 204.52º 1% 0.77% -
HSV(B) 204.52º 0.45% 1% -
XYZ 51.42 57.91 103.07 -
YUV 193.03 162.97 90.18 -
System Red Green Blue C M Y K H S L
Decimal 140 208 255 0.45 0.18 0 0 204.52 1 0.77
Hex 8C D0 FF 2D 12 0 0 CD 64 4D
Octal 214 320 377 55 22 0 0 315 144 115
Binary 10001100 11010000 11111111 101101 10010 0 0 11001101 1100100 1001101

Color Harmonies of #8CD0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD0FF

Black with #8CD0FF

Text Example


Text Example

White with #8CD0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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