Html Css Color HEX #9AB8EB Perano

📋 copy color: '#9AB8EB'

red 154 ◦ green 184 ◦ blue 235

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

Shades of Perano #9AB8EB

Tints of Perano #9AB8EB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.11%

 BLUE value IS 235 (92.19% from 255) = 41.01%

R = 26.88%
G = 32.11%
B = 41.01%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9AB8EB (or 0x9AB8EB) is known color: Perano. HEX triplet: 9A, B8 and EB. RGB value is (154,184,235). Sum of RGB (Red+Green+Blue) = 154+184+235=573 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.88% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AB8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB8EB is #654714. Grayscale: #B4B4B4. Windows color (decimal): -6637333 or 15448218. OLE color: 15448218.

HSL color Cylindrical-coordinate representation of color #9AB8EB: hue angle of 217.78º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AB8EB is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 184 235 -
CMYK 0.34 0.22 0 0.08
HSL 217.78º 0.67% 0.76% -
HSV(B) 217.78º 0.34% 0.92% -
XYZ 45.46 47.15 85.3 -
YUV 180.84 158.56 108.85 -
System Red Green Blue C M Y K H S L
Decimal 154 184 235 0.34 0.22 0 0.08 217.78 0.67 0.76
Hex 9A B8 EB 22 16 0 8 DA 43 4C
Octal 232 270 353 42 26 0 10 332 103 114
Binary 10011010 10111000 11101011 100010 10110 0 1000 11011010 1000011 1001100

Color Harmonies of #9AB8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB8EB

Black with #9AB8EB

Text Example


Text Example

White with #9AB8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,184,235); }

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

background-color css

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

 a { background-color: rgb(154,184,235); }

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

border-color css

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

 span { border-color: rgb(154,184,235); }

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