Html Css Color HEX #8CBAF2 Light Sky Blue

📋 copy color: '#8CBAF2'

red 140 ◦ green 186 ◦ blue 242

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

Shades of Light Sky Blue #8CBAF2

Tints of Light Sky Blue #8CBAF2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.75%

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

R = 24.65%
G = 32.75%
B = 42.61%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8CBAF2 (or 0x8CBAF2) is known color: Light Sky Blue. HEX triplet: 8C, BA and F2. RGB value is (140,186,242). Sum of RGB (Red+Green+Blue) = 140+186+242=568 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.65% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #8CBAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBAF2 is #73450D. Grayscale: #B2B2B2. Windows color (decimal): -7554318 or 15907468. OLE color: 15907468.

HSL color Cylindrical-coordinate representation of color #8CBAF2: hue angle of 212.94º 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 #8CBAF2 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 186 242 -
CMYK 0.42 0.23 0 0.05
HSL 212.94º 0.8% 0.75% -
HSV(B) 212.94º 0.42% 0.95% -
XYZ 44.4 47.1 90.76 -
YUV 178.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 140 186 242 0.42 0.23 0 0.05 212.94 0.8 0.75
Hex 8C BA F2 2A 17 0 5 D5 50 4B
Octal 214 272 362 52 27 0 5 325 120 113
Binary 10001100 10111010 11110010 101010 10111 0 101 11010101 1010000 1001011

Color Harmonies of #8CBAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBAF2

Black with #8CBAF2

Text Example


Text Example

White with #8CBAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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