Html Css Color HEX #9ABBEE Perano

📋 copy color: '#9ABBEE'

red 154 ◦ green 187 ◦ blue 238

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

Shades of Perano #9ABBEE

Tints of Perano #9ABBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.11%

R = 26.6%
G = 32.3%
B = 41.11%

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

#9ABBEE (or 0x9ABBEE) is known color: Perano. HEX triplet: 9A, BB and EE. RGB value is (154,187,238). Sum of RGB (Red+Green+Blue) = 154+187+238=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #9ABBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABBEE is #654411. Grayscale: #B6B6B6. Windows color (decimal): -6636562 or 15645594. OLE color: 15645594.

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

Color convert

RGB 154 187 238 -
CMYK 0.35 0.21 0 0.07
HSL 216.43º 0.71% 0.77% -
HSV(B) 216.43º 0.35% 0.93% -
XYZ 46.53 48.58 87.81 -
YUV 182.95 159.07 107.35 -
System Red Green Blue C M Y K H S L
Decimal 154 187 238 0.35 0.21 0 0.07 216.43 0.71 0.77
Hex 9A BB EE 23 15 0 7 D8 47 4D
Octal 232 273 356 43 25 0 7 330 107 115
Binary 10011010 10111011 11101110 100011 10101 0 111 11011000 1000111 1001101

Color Harmonies of #9ABBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABBEE

Black with #9ABBEE

Text Example


Text Example

White with #9ABBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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