Html Css Color HEX #9BAFEE Perano

📋 copy color: '#9BAFEE'

red 155 ◦ green 175 ◦ blue 238

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

Shades of Perano #9BAFEE

Tints of Perano #9BAFEE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.81%

 BLUE value IS 238 (93.36% from 255) = 41.9%

R = 27.29%
G = 30.81%
B = 41.9%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BAFEE (or 0x9BAFEE) is known color: Perano. HEX triplet: 9B, AF and EE. RGB value is (155,175,238). Sum of RGB (Red+Green+Blue) = 155+175+238=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BAFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAFEE is #645011. Grayscale: #AFAFAF. Windows color (decimal): -6574098 or 15642523. OLE color: 15642523.

HSL color Cylindrical-coordinate representation of color #9BAFEE: hue angle of 225.54º degrees, saturation: 0.71, 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 #9BAFEE is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 175 238 -
CMYK 0.35 0.26 0 0.07
HSL 225.54º 0.71% 0.77% -
HSV(B) 225.54º 0.35% 0.93% -
XYZ 44.28 43.8 87.01 -
YUV 176.2 162.87 112.88 -
System Red Green Blue C M Y K H S L
Decimal 155 175 238 0.35 0.26 0 0.07 225.54 0.71 0.77
Hex 9B AF EE 23 1A 0 7 E2 47 4D
Octal 233 257 356 43 32 0 7 342 107 115
Binary 10011011 10101111 11101110 100011 11010 0 111 11100010 1000111 1001101

Color Harmonies of #9BAFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAFEE

Black with #9BAFEE

Text Example


Text Example

White with #9BAFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,175,238); }

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

background-color css

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

 a { background-color: rgb(155,175,238); }

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

border-color css

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

 span { border-color: rgb(155,175,238); }

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