Html Css Color HEX #9ABAF1 Perano

📋 copy color: '#9ABAF1'

red 154 ◦ green 186 ◦ blue 241

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

Shades of Perano #9ABAF1

Tints of Perano #9ABAF1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.01%

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

R = 26.51%
G = 32.01%
B = 41.48%

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

#9ABAF1 (or 0x9ABAF1) is known color: Perano. HEX triplet: 9A, BA and F1. RGB value is (154,186,241). Sum of RGB (Red+Green+Blue) = 154+186+241=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #9ABAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABAF1 is #65450E. Grayscale: #B6B6B6. Windows color (decimal): -6636815 or 15841946. OLE color: 15841946.

HSL color Cylindrical-coordinate representation of color #9ABAF1: hue angle of 217.93º 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 #9ABAF1 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 186 241 -
CMYK 0.36 0.23 0 0.05
HSL 217.93º 0.76% 0.77% -
HSV(B) 217.93º 0.36% 0.95% -
XYZ 46.76 48.34 90.08 -
YUV 182.7 160.9 107.53 -
System Red Green Blue C M Y K H S L
Decimal 154 186 241 0.36 0.23 0 0.05 217.93 0.76 0.77
Hex 9A BA F1 24 17 0 5 DA 4C 4D
Octal 232 272 361 44 27 0 5 332 114 115
Binary 10011010 10111010 11110001 100100 10111 0 101 11011010 1001100 1001101

Color Harmonies of #9ABAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABAF1

Black with #9ABAF1

Text Example


Text Example

White with #9ABAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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