Html Css Color HEX #9BABF2 Perano

📋 copy color: '#9BABF2'

red 155 ◦ green 171 ◦ blue 242

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

Shades of Perano #9BABF2

Tints of Perano #9BABF2

RGB

 RED value IS 155 (60.94% from 255) = 27.29%

 GREEN value IS 171 (67.19% from 255) = 30.11%

 BLUE value IS 242 (94.92% from 255) = 42.61%

R = 27.29%
G = 30.11%
B = 42.61%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9BABF2 (or 0x9BABF2) is known color: Perano. HEX triplet: 9B, AB and F2. RGB value is (155,171,242). Sum of RGB (Red+Green+Blue) = 155+171+242=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #9BABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BABF2 is #64540D. Grayscale: #AEAEAE. Windows color (decimal): -6575118 or 15903643. OLE color: 15903643.

HSL color Cylindrical-coordinate representation of color #9BABF2: hue angle of 228.97º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BABF2 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 171 242 -
CMYK 0.36 0.29 0 0.05
HSL 228.97º 0.77% 0.78% -
HSV(B) 228.97º 0.36% 0.95% -
XYZ 44.11 42.51 89.88 -
YUV 174.31 166.2 114.23 -
System Red Green Blue C M Y K H S L
Decimal 155 171 242 0.36 0.29 0 0.05 228.97 0.77 0.78
Hex 9B AB F2 24 1D 0 5 E5 4D 4E
Octal 233 253 362 44 35 0 5 345 115 116
Binary 10011011 10101011 11110010 100100 11101 0 101 11100101 1001101 1001110

Color Harmonies of #9BABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BABF2

Black with #9BABF2

Text Example


Text Example

White with #9BABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,171,242); }

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

background-color css

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

 a { background-color: rgb(155,171,242); }

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

border-color css

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

 span { border-color: rgb(155,171,242); }

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