Html Css Color HEX #93AFB2 Botticelli

📋 copy color: '#93AFB2'

red 147 ◦ green 175 ◦ blue 178

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

Shades of Botticelli #93AFB2

Tints of Botticelli #93AFB2

RGB

 RED value IS 147 (57.81% from 255) = 29.4%

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

 BLUE value IS 178 (69.92% from 255) = 35.6%

R = 29.4%
G = 35%
B = 35.6%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#93AFB2 (or 0x93AFB2) is known color: Botticelli. HEX triplet: 93, AF and B2. RGB value is (147,175,178). Sum of RGB (Red+Green+Blue) = 147+175+178=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 178 - color contains mainly: blue. Hex color #93AFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AFB2 is #6C504D. Grayscale: #A6A6A6. Windows color (decimal): -7098446 or 11710355. OLE color: 11710355.

HSL color Cylindrical-coordinate representation of color #93AFB2: hue angle of 185.81º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93AFB2 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 147 175 178 -
CMYK 0.17 0.02 0 0.30
HSL 185.81º 0.17% 0.64% -
HSV(B) 185.81º 0.17% 0.7% -
XYZ 35.4 40.08 47.99 -
YUV 166.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 147 175 178 0.17 0.02 0 0.30 185.81 0.17 0.64
Hex 93 AF B2 11 2 0 1E BA 11 40
Octal 223 257 262 21 2 0 36 272 21 100
Binary 10010011 10101111 10110010 10001 10 0 11110 10111010 10001 1000000

Color Harmonies of #93AFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AFB2

Black with #93AFB2

Text Example


Text Example

White with #93AFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AFB2; }

 p { color: rgb(147,175,178); }

 H1.HeaderClassName
 {
   color: #93AFB2;
 }
 .AnyTagClassName
 {
   color: #93AFB2;
 }
</style>

background-color css

<style>
 a { background-color: #93AFB2; }

 a { background-color: rgb(147,175,178); }

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

border-color css

<style>
 span { border-color: #93AFB2; }

 span { border-color: rgb(147,175,178); }

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