Html Css Color HEX #9EBDC2 Casper

📋 copy color: '#9EBDC2'

red 158 ◦ green 189 ◦ blue 194

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

Shades of Casper #9EBDC2

Tints of Casper #9EBDC2

RGB

 RED value IS 158 (62.11% from 255) = 29.21%

 GREEN value IS 189 (74.22% from 255) = 34.94%

 BLUE value IS 194 (76.17% from 255) = 35.86%

R = 29.21%
G = 34.94%
B = 35.86%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9EBDC2 (or 0x9EBDC2) is known color: Casper. HEX triplet: 9E, BD and C2. RGB value is (158,189,194). Sum of RGB (Red+Green+Blue) = 158+189+194=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 194 - color contains mainly: blue. Hex color #9EBDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDC2 is #61423D. Grayscale: #B4B4B4. Windows color (decimal): -6373950 or 12762526. OLE color: 12762526.

HSL color Cylindrical-coordinate representation of color #9EBDC2: hue angle of 188.33º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EBDC2 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 189 194 -
CMYK 0.19 0.03 0 0.24
HSL 188.33º 0.23% 0.69% -
HSV(B) 188.33º 0.19% 0.76% -
XYZ 42.04 47.56 58 -
YUV 180.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 158 189 194 0.19 0.03 0 0.24 188.33 0.23 0.69
Hex 9E BD C2 13 3 0 18 BC 17 45
Octal 236 275 302 23 3 0 30 274 27 105
Binary 10011110 10111101 11000010 10011 11 0 11000 10111100 10111 1000101

Color Harmonies of #9EBDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBDC2

Black with #9EBDC2

Text Example


Text Example

White with #9EBDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EBDC2; }

 p { color: rgb(158,189,194); }

 H1.HeaderClassName
 {
   color: #9EBDC2;
 }
 .AnyTagClassName
 {
   color: #9EBDC2;
 }
</style>

background-color css

<style>
 a { background-color: #9EBDC2; }

 a { background-color: rgb(158,189,194); }

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

border-color css

<style>
 span { border-color: #9EBDC2; }

 span { border-color: rgb(158,189,194); }

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