Html Css Color HEX #9FBBED Perano

📋 copy color: '#9FBBED'

red 159 ◦ green 187 ◦ blue 237

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

Shades of Perano #9FBBED

Tints of Perano #9FBBED

RGB

 RED value IS 159 (62.5% from 255) = 27.27%

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

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

R = 27.27%
G = 32.08%
B = 40.65%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FBBED (or 0x9FBBED) is known color: Perano. HEX triplet: 9F, BB and ED. RGB value is (159,187,237). Sum of RGB (Red+Green+Blue) = 159+187+237=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FBBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBBED is #604412. Grayscale: #B8B8B8. Windows color (decimal): -6308883 or 15580063. OLE color: 15580063.

HSL color Cylindrical-coordinate representation of color #9FBBED: hue angle of 218.46º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FBBED is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 187 237 -
CMYK 0.33 0.21 0 0.07
HSL 218.46º 0.68% 0.78% -
HSV(B) 218.46º 0.33% 0.93% -
XYZ 47.35 49.03 87.09 -
YUV 184.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 159 187 237 0.33 0.21 0 0.07 218.46 0.68 0.78
Hex 9F BB ED 21 15 0 7 DA 44 4E
Octal 237 273 355 41 25 0 7 332 104 116
Binary 10011111 10111011 11101101 100001 10101 0 111 11011010 1000100 1001110

Color Harmonies of #9FBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBBED

Black with #9FBBED

Text Example


Text Example

White with #9FBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,187,237); }

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

background-color css

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

 a { background-color: rgb(159,187,237); }

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

border-color css

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

 span { border-color: rgb(159,187,237); }

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