Html Css Color HEX #9ABEC4 Casper

📋 copy color: '#9ABEC4'

red 154 ◦ green 190 ◦ blue 196

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

Shades of Casper #9ABEC4

Tints of Casper #9ABEC4

RGB

 RED value IS 154 (60.55% from 255) = 28.52%

 GREEN value IS 190 (74.61% from 255) = 35.19%

 BLUE value IS 196 (76.95% from 255) = 36.3%

R = 28.52%
G = 35.19%
B = 36.3%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9ABEC4 (or 0x9ABEC4) is known color: Casper. HEX triplet: 9A, BE and C4. RGB value is (154,190,196). Sum of RGB (Red+Green+Blue) = 154+190+196=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 196 - color contains mainly: blue. Hex color #9ABEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEC4 is #65413B. Grayscale: #B3B3B3. Windows color (decimal): -6635836 or 12893850. OLE color: 12893850.

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

Color convert

RGB 154 190 196 -
CMYK 0.21 0.03 0 0.23
HSL 188.57º 0.26% 0.69% -
HSV(B) 188.57º 0.21% 0.77% -
XYZ 41.7 47.68 59.23 -
YUV 179.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 154 190 196 0.21 0.03 0 0.23 188.57 0.26 0.69
Hex 9A BE C4 15 3 0 17 BD 1A 45
Octal 232 276 304 25 3 0 27 275 32 105
Binary 10011010 10111110 11000100 10101 11 0 10111 10111101 11010 1000101

Color Harmonies of #9ABEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABEC4

Black with #9ABEC4

Text Example


Text Example

White with #9ABEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,190,196); }

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

background-color css

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

 a { background-color: rgb(154,190,196); }

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

border-color css

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

 span { border-color: rgb(154,190,196); }

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