Html Css Color HEX #8CCAF2 Light Sky Blue

📋 copy color: '#8CCAF2'

red 140 ◦ green 202 ◦ blue 242

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

Shades of Light Sky Blue #8CCAF2

Tints of Light Sky Blue #8CCAF2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.59%

 BLUE value IS 242 (94.92% from 255) = 41.44%

R = 23.97%
G = 34.59%
B = 41.44%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8CCAF2 (or 0x8CCAF2) is known color: Light Sky Blue. HEX triplet: 8C, CA and F2. RGB value is (140,202,242). Sum of RGB (Red+Green+Blue) = 140+202+242=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #8CCAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCAF2 is #73350D. Grayscale: #BBBBBB. Windows color (decimal): -7550222 or 15911564. OLE color: 15911564.

HSL color Cylindrical-coordinate representation of color #8CCAF2: hue angle of 203.53º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CCAF2 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 202 242 -
CMYK 0.42 0.17 0 0.05
HSL 203.53º 0.8% 0.75% -
HSV(B) 203.53º 0.42% 0.95% -
XYZ 47.96 54.23 91.94 -
YUV 188.02 158.46 93.75 -
System Red Green Blue C M Y K H S L
Decimal 140 202 242 0.42 0.17 0 0.05 203.53 0.8 0.75
Hex 8C CA F2 2A 11 0 5 CC 50 4B
Octal 214 312 362 52 21 0 5 314 120 113
Binary 10001100 11001010 11110010 101010 10001 0 101 11001100 1010000 1001011

Color Harmonies of #8CCAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCAF2

Black with #8CCAF2

Text Example


Text Example

White with #8CCAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,202,242); }

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

background-color css

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

 a { background-color: rgb(140,202,242); }

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

border-color css

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

 span { border-color: rgb(140,202,242); }

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