Html Css Color HEX #9FBAED Perano

📋 copy color: '#9FBAED'

red 159 ◦ green 186 ◦ blue 237

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

Shades of Perano #9FBAED

Tints of Perano #9FBAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.96%

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

R = 27.32%
G = 31.96%
B = 40.72%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FBAED (or 0x9FBAED) is known color: Perano. HEX triplet: 9F, BA and ED. RGB value is (159,186,237). Sum of RGB (Red+Green+Blue) = 159+186+237=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FBAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBAED is #604512. Grayscale: #B7B7B7. Windows color (decimal): -6309139 or 15579807. OLE color: 15579807.

HSL color Cylindrical-coordinate representation of color #9FBAED: hue angle of 219.23º 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 #9FBAED is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 186 237 -
CMYK 0.33 0.22 0 0.07
HSL 219.23º 0.68% 0.78% -
HSV(B) 219.23º 0.33% 0.93% -
XYZ 47.14 48.6 87.02 -
YUV 183.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 159 186 237 0.33 0.22 0 0.07 219.23 0.68 0.78
Hex 9F BA ED 21 16 0 7 DB 44 4E
Octal 237 272 355 41 26 0 7 333 104 116
Binary 10011111 10111010 11101101 100001 10110 0 111 11011011 1000100 1001110

Color Harmonies of #9FBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBAED

Black with #9FBAED

Text Example


Text Example

White with #9FBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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