Html Css Color HEX #9ABBFA Perano

📋 copy color: '#9ABBFA'

red 154 ◦ green 187 ◦ blue 250

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

Shades of Perano #9ABBFA

Tints of Perano #9ABBFA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.64%

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 26.06%
G = 31.64%
B = 42.3%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9ABBFA (or 0x9ABBFA) is known color: Perano. HEX triplet: 9A, BB and FA. RGB value is (154,187,250). Sum of RGB (Red+Green+Blue) = 154+187+250=591 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.06% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #9ABBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABBFA is #654405. Grayscale: #B8B8B8. Windows color (decimal): -6636550 or 16432026. OLE color: 16432026.

HSL color Cylindrical-coordinate representation of color #9ABBFA: hue angle of 219.38º degrees, saturation: 0.91, 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 #9ABBFA is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 187 250 -
CMYK 0.38 0.25 0 0.02
HSL 219.38º 0.91% 0.79% -
HSV(B) 219.38º 0.38% 0.98% -
XYZ 48.35 49.31 97.41 -
YUV 184.32 165.07 106.38 -
System Red Green Blue C M Y K H S L
Decimal 154 187 250 0.38 0.25 0 0.02 219.38 0.91 0.79
Hex 9A BB FA 26 19 0 2 DB 5B 4F
Octal 232 273 372 46 31 0 2 333 133 117
Binary 10011010 10111011 11111010 100110 11001 0 10 11011011 1011011 1001111

Color Harmonies of #9ABBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABBFA

Black with #9ABBFA

Text Example


Text Example

White with #9ABBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,187,250); }

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

background-color css

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

 a { background-color: rgb(154,187,250); }

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

border-color css

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

 span { border-color: rgb(154,187,250); }

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