Html Css Color HEX #9AB7F6 Perano

📋 copy color: '#9AB7F6'

red 154 ◦ green 183 ◦ blue 246

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

Shades of Perano #9AB7F6

Tints of Perano #9AB7F6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.39%

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

R = 26.42%
G = 31.39%
B = 42.2%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9AB7F6 (or 0x9AB7F6) is known color: Perano. HEX triplet: 9A, B7 and F6. RGB value is (154,183,246). Sum of RGB (Red+Green+Blue) = 154+183+246=583 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.42% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #9AB7F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB7F6 is #654809. Grayscale: #B5B5B5. Windows color (decimal): -6637578 or 16168858. OLE color: 16168858.

HSL color Cylindrical-coordinate representation of color #9AB7F6: hue angle of 221.09º 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 #9AB7F6 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 183 246 -
CMYK 0.37 0.26 0 0.04
HSL 221.09º 0.84% 0.78% -
HSV(B) 221.09º 0.37% 0.96% -
XYZ 46.89 47.39 93.86 -
YUV 181.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 154 183 246 0.37 0.26 0 0.04 221.09 0.84 0.78
Hex 9A B7 F6 25 1A 0 4 DD 54 4E
Octal 232 267 366 45 32 0 4 335 124 116
Binary 10011010 10110111 11110110 100101 11010 0 100 11011101 1010100 1001110

Color Harmonies of #9AB7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB7F6

Black with #9AB7F6

Text Example


Text Example

White with #9AB7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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