Html Css Color HEX #9AB4F6 Perano

📋 copy color: '#9AB4F6'

red 154 ◦ green 180 ◦ blue 246

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

Shades of Perano #9AB4F6

Tints of Perano #9AB4F6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.03%

 BLUE value IS 246 (96.48% from 255) = 42.41%

R = 26.55%
G = 31.03%
B = 42.41%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9AB4F6 (or 0x9AB4F6) is known color: Perano. HEX triplet: 9A, B4 and F6. RGB value is (154,180,246). Sum of RGB (Red+Green+Blue) = 154+180+246=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 246 (96.48% from 255 or 42.41% from 580); Max value from RGB is 246 - color contains mainly: blue. Hex color #9AB4F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB4F6 is #654B09. Grayscale: #B3B3B3. Windows color (decimal): -6638346 or 16168090. OLE color: 16168090.

HSL color Cylindrical-coordinate representation of color #9AB4F6: hue angle of 223.04º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AB4F6 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 180 246 -
CMYK 0.37 0.27 0 0.04
HSL 223.04º 0.84% 0.78% -
HSV(B) 223.04º 0.37% 0.96% -
XYZ 46.28 46.17 93.66 -
YUV 179.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 154 180 246 0.37 0.27 0 0.04 223.04 0.84 0.78
Hex 9A B4 F6 25 1B 0 4 DF 54 4E
Octal 232 264 366 45 33 0 4 337 124 116
Binary 10011010 10110100 11110110 100101 11011 0 100 11011111 1010100 1001110

Color Harmonies of #9AB4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB4F6

Black with #9AB4F6

Text Example


Text Example

White with #9AB4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,180,246); }

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

background-color css

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

 a { background-color: rgb(154,180,246); }

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

border-color css

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

 span { border-color: rgb(154,180,246); }

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