Html Css Color HEX #9BAEEB Perano

📋 copy color: '#9BAEEB'

red 155 ◦ green 174 ◦ blue 235

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

Shades of Perano #9BAEEB

Tints of Perano #9BAEEB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.85%

 BLUE value IS 235 (92.19% from 255) = 41.67%

R = 27.48%
G = 30.85%
B = 41.67%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BAEEB (or 0x9BAEEB) is known color: Perano. HEX triplet: 9B, AE and EB. RGB value is (155,174,235). Sum of RGB (Red+Green+Blue) = 155+174+235=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAEEB is #645114. Grayscale: #AFAFAF. Windows color (decimal): -6574357 or 15445659. OLE color: 15445659.

HSL color Cylindrical-coordinate representation of color #9BAEEB: hue angle of 225.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BAEEB is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 174 235 -
CMYK 0.34 0.26 0 0.08
HSL 225.75º 0.67% 0.76% -
HSV(B) 225.75º 0.34% 0.92% -
XYZ 43.65 43.24 84.64 -
YUV 175.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 155 174 235 0.34 0.26 0 0.08 225.75 0.67 0.76
Hex 9B AE EB 22 1A 0 8 E2 43 4C
Octal 233 256 353 42 32 0 10 342 103 114
Binary 10011011 10101110 11101011 100010 11010 0 1000 11100010 1000011 1001100

Color Harmonies of #9BAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEEB

Black with #9BAEEB

Text Example


Text Example

White with #9BAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,174,235); }

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

background-color css

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

 a { background-color: rgb(155,174,235); }

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

border-color css

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

 span { border-color: rgb(155,174,235); }

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