Html Css Color HEX #9ABBF0 Perano

📋 copy color: '#9ABBF0'

red 154 ◦ green 187 ◦ blue 240

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

Shades of Perano #9ABBF0

Tints of Perano #9ABBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.31%

R = 26.51%
G = 32.19%
B = 41.31%

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

#9ABBF0 (or 0x9ABBF0) is known color: Perano. HEX triplet: 9A, BB and F0. RGB value is (154,187,240). Sum of RGB (Red+Green+Blue) = 154+187+240=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #9ABBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABBF0 is #65440F. Grayscale: #B6B6B6. Windows color (decimal): -6636560 or 15776666. OLE color: 15776666.

HSL color Cylindrical-coordinate representation of color #9ABBF0: hue angle of 216.98º degrees, saturation: 0.74, 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 #9ABBF0 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 187 240 -
CMYK 0.36 0.22 0 0.06
HSL 216.98º 0.74% 0.77% -
HSV(B) 216.98º 0.36% 0.94% -
XYZ 46.82 48.7 89.37 -
YUV 183.18 160.07 107.19 -
System Red Green Blue C M Y K H S L
Decimal 154 187 240 0.36 0.22 0 0.06 216.98 0.74 0.77
Hex 9A BB F0 24 16 0 6 D9 4A 4D
Octal 232 273 360 44 26 0 6 331 112 115
Binary 10011010 10111011 11110000 100100 10110 0 110 11011001 1001010 1001101

Color Harmonies of #9ABBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABBF0

Black with #9ABBF0

Text Example


Text Example

White with #9ABBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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