Html Css Color HEX #9AB8F6 Perano

📋 copy color: '#9AB8F6'

red 154 ◦ green 184 ◦ blue 246

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

Shades of Perano #9AB8F6

Tints of Perano #9AB8F6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.51%

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

R = 26.37%
G = 31.51%
B = 42.12%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9AB8F6 (or 0x9AB8F6) is known color: Perano. HEX triplet: 9A, B8 and F6. RGB value is (154,184,246). Sum of RGB (Red+Green+Blue) = 154+184+246=584 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.37% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #9AB8F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB8F6 is #654709. Grayscale: #B5B5B5. Windows color (decimal): -6637322 or 16169114. OLE color: 16169114.

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

Color convert

RGB 154 184 246 -
CMYK 0.37 0.25 0 0.04
HSL 220.43º 0.84% 0.78% -
HSV(B) 220.43º 0.37% 0.96% -
XYZ 47.1 47.8 93.93 -
YUV 182.1 164.06 107.96 -
System Red Green Blue C M Y K H S L
Decimal 154 184 246 0.37 0.25 0 0.04 220.43 0.84 0.78
Hex 9A B8 F6 25 19 0 4 DC 54 4E
Octal 232 270 366 45 31 0 4 334 124 116
Binary 10011010 10111000 11110110 100101 11001 0 100 11011100 1010100 1001110

Color Harmonies of #9AB8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB8F6

Black with #9AB8F6

Text Example


Text Example

White with #9AB8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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