Html Css Color HEX #9BADED Perano

📋 copy color: '#9BADED'

red 155 ◦ green 173 ◦ blue 237

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

Shades of Perano #9BADED

Tints of Perano #9BADED

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.62%

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 27.43%
G = 30.62%
B = 41.95%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BADED (or 0x9BADED) is known color: Perano. HEX triplet: 9B, AD and ED. RGB value is (155,173,237). Sum of RGB (Red+Green+Blue) = 155+173+237=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BADED is #645212. Grayscale: #AEAEAE. Windows color (decimal): -6574611 or 15576475. OLE color: 15576475.

HSL color Cylindrical-coordinate representation of color #9BADED: hue angle of 226.83º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BADED is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 173 237 -
CMYK 0.35 0.27 0 0.07
HSL 226.83º 0.69% 0.77% -
HSV(B) 226.83º 0.35% 0.93% -
XYZ 43.75 42.97 86.11 -
YUV 174.91 163.04 113.8 -
System Red Green Blue C M Y K H S L
Decimal 155 173 237 0.35 0.27 0 0.07 226.83 0.69 0.77
Hex 9B AD ED 23 1B 0 7 E3 45 4D
Octal 233 255 355 43 33 0 7 343 105 115
Binary 10011011 10101101 11101101 100011 11011 0 111 11100011 1000101 1001101

Color Harmonies of #9BADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BADED

Black with #9BADED

Text Example


Text Example

White with #9BADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,173,237); }

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

background-color css

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

 a { background-color: rgb(155,173,237); }

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

border-color css

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

 span { border-color: rgb(155,173,237); }

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