Html Css Color HEX #9ABBFB Perano

📋 copy color: '#9ABBFB'

red 154 ◦ green 187 ◦ blue 251

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

Shades of Perano #9ABBFB

Tints of Perano #9ABBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.4%

R = 26.01%
G = 31.59%
B = 42.4%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9ABBFB (or 0x9ABBFB) is known color: Perano. HEX triplet: 9A, BB and FB. RGB value is (154,187,251). Sum of RGB (Red+Green+Blue) = 154+187+251=592 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.01% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #9ABBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABBFB is #654404. Grayscale: #B8B8B8. Windows color (decimal): -6636549 or 16497562. OLE color: 16497562.

HSL color Cylindrical-coordinate representation of color #9ABBFB: hue angle of 219.59º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ABBFB is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 187 251 -
CMYK 0.39 0.25 0 0.02
HSL 219.59º 0.92% 0.79% -
HSV(B) 219.59º 0.39% 0.98% -
XYZ 48.51 49.38 98.24 -
YUV 184.43 165.57 106.3 -
System Red Green Blue C M Y K H S L
Decimal 154 187 251 0.39 0.25 0 0.02 219.59 0.92 0.79
Hex 9A BB FB 27 19 0 2 DC 5C 4F
Octal 232 273 373 47 31 0 2 334 134 117
Binary 10011010 10111011 11111011 100111 11001 0 10 11011100 1011100 1001111

Color Harmonies of #9ABBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABBFB

Black with #9ABBFB

Text Example


Text Example

White with #9ABBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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