Html Css Color HEX #8CCBFF Light Sky Blue

📋 copy color: '#8CCBFF'

red 140 ◦ green 203 ◦ blue 255

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

Shades of Light Sky Blue #8CCBFF

Tints of Light Sky Blue #8CCBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.95%

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

R = 23.41%
G = 33.95%
B = 42.64%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CCBFF (or 0x8CCBFF) is known color: Light Sky Blue. HEX triplet: 8C, CB and FF. RGB value is (140,203,255). Sum of RGB (Red+Green+Blue) = 140+203+255=598 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.41% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CCBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCBFF is #733400. Grayscale: #BDBDBD. Windows color (decimal): -7549953 or 16763788. OLE color: 16763788.

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

Color convert

RGB 140 203 255 -
CMYK 0.45 0.20 0 0
HSL 207.13º 1% 0.77% -
HSV(B) 207.13º 0.45% 1% -
XYZ 50.22 55.51 102.67 -
YUV 190.09 164.63 92.27 -
System Red Green Blue C M Y K H S L
Decimal 140 203 255 0.45 0.20 0 0 207.13 1 0.77
Hex 8C CB FF 2D 14 0 0 CF 64 4D
Octal 214 313 377 55 24 0 0 317 144 115
Binary 10001100 11001011 11111111 101101 10100 0 0 11001111 1100100 1001101

Color Harmonies of #8CCBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCBFF

Black with #8CCBFF

Text Example


Text Example

White with #8CCBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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