Html Css Color HEX #9ABBEC Perano

📋 copy color: '#9ABBEC'

red 154 ◦ green 187 ◦ blue 236

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

Shades of Perano #9ABBEC

Tints of Perano #9ABBEC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.41%

 BLUE value IS 236 (92.58% from 255) = 40.9%

R = 26.69%
G = 32.41%
B = 40.9%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9ABBEC (or 0x9ABBEC) is known color: Perano. HEX triplet: 9A, BB and EC. RGB value is (154,187,236). Sum of RGB (Red+Green+Blue) = 154+187+236=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ABBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABBEC is #654413. Grayscale: #B6B6B6. Windows color (decimal): -6636564 or 15514522. OLE color: 15514522.

HSL color Cylindrical-coordinate representation of color #9ABBEC: hue angle of 215.85º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ABBEC is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 187 236 -
CMYK 0.35 0.21 0 0.07
HSL 215.85º 0.68% 0.76% -
HSV(B) 215.85º 0.35% 0.93% -
XYZ 46.24 48.47 86.27 -
YUV 182.72 158.07 107.52 -
System Red Green Blue C M Y K H S L
Decimal 154 187 236 0.35 0.21 0 0.07 215.85 0.68 0.76
Hex 9A BB EC 23 15 0 7 D8 44 4C
Octal 232 273 354 43 25 0 7 330 104 114
Binary 10011010 10111011 11101100 100011 10101 0 111 11011000 1000100 1001100

Color Harmonies of #9ABBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABBEC

Black with #9ABBEC

Text Example


Text Example

White with #9ABBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,187,236); }

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

background-color css

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

 a { background-color: rgb(154,187,236); }

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

border-color css

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

 span { border-color: rgb(154,187,236); }

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