Html Css Color HEX #9AB9F1 Perano

📋 copy color: '#9AB9F1'

red 154 ◦ green 185 ◦ blue 241

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

Shades of Perano #9AB9F1

Tints of Perano #9AB9F1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.9%

 BLUE value IS 241 (94.53% from 255) = 41.55%

R = 26.55%
G = 31.9%
B = 41.55%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9AB9F1 (or 0x9AB9F1) is known color: Perano. HEX triplet: 9A, B9 and F1. RGB value is (154,185,241). Sum of RGB (Red+Green+Blue) = 154+185+241=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #9AB9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB9F1 is #65460E. Grayscale: #B5B5B5. Windows color (decimal): -6637071 or 15841690. OLE color: 15841690.

HSL color Cylindrical-coordinate representation of color #9AB9F1: hue angle of 218.62º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AB9F1 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 185 241 -
CMYK 0.36 0.23 0 0.05
HSL 218.62º 0.76% 0.77% -
HSV(B) 218.62º 0.36% 0.95% -
XYZ 46.55 47.92 90.01 -
YUV 182.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 154 185 241 0.36 0.23 0 0.05 218.62 0.76 0.77
Hex 9A B9 F1 24 17 0 5 DB 4C 4D
Octal 232 271 361 44 27 0 5 333 114 115
Binary 10011010 10111001 11110001 100100 10111 0 101 11011011 1001100 1001101

Color Harmonies of #9AB9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB9F1

Black with #9AB9F1

Text Example


Text Example

White with #9AB9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,185,241); }

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

background-color css

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

 a { background-color: rgb(154,185,241); }

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

border-color css

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

 span { border-color: rgb(154,185,241); }

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