Html Css Color HEX #8CC1FE Light Sky Blue

📋 copy color: '#8CC1FE'

red 140 ◦ green 193 ◦ blue 254

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

Shades of Light Sky Blue #8CC1FE

Tints of Light Sky Blue #8CC1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.88%

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

R = 23.85%
G = 32.88%
B = 43.27%

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

#8CC1FE (or 0x8CC1FE) is known color: Light Sky Blue. HEX triplet: 8C, C1 and FE. RGB value is (140,193,254). Sum of RGB (Red+Green+Blue) = 140+193+254=587 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.85% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CC1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC1FE is #733E01. Grayscale: #B7B7B7. Windows color (decimal): -7552514 or 16695692. OLE color: 16695692.

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

Color convert

RGB 140 193 254 -
CMYK 0.45 0.24 0 0.00
HSL 212.11º 0.98% 0.77% -
HSV(B) 212.11º 0.45% 1% -
XYZ 47.77 50.87 101.07 -
YUV 184.11 167.44 96.54 -
System Red Green Blue C M Y K H S L
Decimal 140 193 254 0.45 0.24 0 0.00 212.11 0.98 0.77
Hex 8C C1 FE 2D 18 0 0 D4 62 4D
Octal 214 301 376 55 30 0 0 324 142 115
Binary 10001100 11000001 11111110 101101 11000 0 0 11010100 1100010 1001101

Color Harmonies of #8CC1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC1FE

Black with #8CC1FE

Text Example


Text Example

White with #8CC1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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