Html Css Color HEX #9ABAEF Perano

📋 copy color: '#9ABAEF'

red 154 ◦ green 186 ◦ blue 239

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

Shades of Perano #9ABAEF

Tints of Perano #9ABAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.28%

R = 26.6%
G = 32.12%
B = 41.28%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9ABAEF (or 0x9ABAEF) is known color: Perano. HEX triplet: 9A, BA and EF. RGB value is (154,186,239). Sum of RGB (Red+Green+Blue) = 154+186+239=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ABAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABAEF is #654510. Grayscale: #B6B6B6. Windows color (decimal): -6636817 or 15710874. OLE color: 15710874.

HSL color Cylindrical-coordinate representation of color #9ABAEF: hue angle of 217.41º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ABAEF is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 186 239 -
CMYK 0.36 0.22 0 0.06
HSL 217.41º 0.73% 0.77% -
HSV(B) 217.41º 0.36% 0.94% -
XYZ 46.47 48.22 88.52 -
YUV 182.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 154 186 239 0.36 0.22 0 0.06 217.41 0.73 0.77
Hex 9A BA EF 24 16 0 6 D9 49 4D
Octal 232 272 357 44 26 0 6 331 111 115
Binary 10011010 10111010 11101111 100100 10110 0 110 11011001 1001001 1001101

Color Harmonies of #9ABAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABAEF

Black with #9ABAEF

Text Example


Text Example

White with #9ABAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,186,239); }

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

background-color css

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

 a { background-color: rgb(154,186,239); }

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

border-color css

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

 span { border-color: rgb(154,186,239); }

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