Html Css Color HEX #73AFD2 Seagull

📋 copy color: '#73AFD2'

red 115 ◦ green 175 ◦ blue 210

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

Shades of Seagull #73AFD2

Tints of Seagull #73AFD2

RGB

 RED value IS 115 (45.31% from 255) = 23%

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

 BLUE value IS 210 (82.42% from 255) = 42%

R = 23%
G = 35%
B = 42%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#73AFD2 (or 0x73AFD2) is known color: Seagull. HEX triplet: 73, AF and D2. RGB value is (115,175,210). Sum of RGB (Red+Green+Blue) = 115+175+210=500 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 210 - color contains mainly: blue. Hex color #73AFD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFD2 is #8C502D. Grayscale: #A0A0A0. Windows color (decimal): -9195566 or 13807475. OLE color: 13807475.

HSL color Cylindrical-coordinate representation of color #73AFD2: hue angle of 202.11º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73AFD2 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 175 210 -
CMYK 0.45 0.17 0 0.18
HSL 202.11º 0.51% 0.64% -
HSV(B) 202.11º 0.45% 0.82% -
XYZ 34.03 38.96 66.7 -
YUV 161.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 115 175 210 0.45 0.17 0 0.18 202.11 0.51 0.64
Hex 73 AF D2 2D 11 0 12 CA 33 40
Octal 163 257 322 55 21 0 22 312 63 100
Binary 1110011 10101111 11010010 101101 10001 0 10010 11001010 110011 1000000

Color Harmonies of #73AFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFD2

Black with #73AFD2

Text Example


Text Example

White with #73AFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73AFD2; }

 p { color: rgb(115,175,210); }

 H1.HeaderClassName
 {
   color: #73AFD2;
 }
 .AnyTagClassName
 {
   color: #73AFD2;
 }
</style>

background-color css

<style>
 a { background-color: #73AFD2; }

 a { background-color: rgb(115,175,210); }

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

border-color css

<style>
 span { border-color: #73AFD2; }

 span { border-color: rgb(115,175,210); }

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