Html Css Color HEX #9AB1F9 Perano

📋 copy color: '#9AB1F9'

red 154 ◦ green 177 ◦ blue 249

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

Shades of Perano #9AB1F9

Tints of Perano #9AB1F9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.52%

 BLUE value IS 249 (97.66% from 255) = 42.93%

R = 26.55%
G = 30.52%
B = 42.93%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9AB1F9 (or 0x9AB1F9) is known color: Perano. HEX triplet: 9A, B1 and F9. RGB value is (154,177,249). Sum of RGB (Red+Green+Blue) = 154+177+249=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #9AB1F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AB1F9 is #654E06. Grayscale: #B2B2B2. Windows color (decimal): -6639111 or 16363930. OLE color: 16363930.

HSL color Cylindrical-coordinate representation of color #9AB1F9: hue angle of 225.47º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AB1F9 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 177 249 -
CMYK 0.38 0.29 0 0.02
HSL 225.47º 0.89% 0.79% -
HSV(B) 225.47º 0.38% 0.98% -
XYZ 46.15 45.15 95.91 -
YUV 178.33 167.88 110.65 -
System Red Green Blue C M Y K H S L
Decimal 154 177 249 0.38 0.29 0 0.02 225.47 0.89 0.79
Hex 9A B1 F9 26 1D 0 2 E1 59 4F
Octal 232 261 371 46 35 0 2 341 131 117
Binary 10011010 10110001 11111001 100110 11101 0 10 11100001 1011001 1001111

Color Harmonies of #9AB1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB1F9

Black with #9AB1F9

Text Example


Text Example

White with #9AB1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,177,249); }

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

background-color css

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

 a { background-color: rgb(154,177,249); }

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

border-color css

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

 span { border-color: rgb(154,177,249); }

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