Html Css Color HEX #72ACCF Seagull

📋 copy color: '#72ACCF'

red 114 ◦ green 172 ◦ blue 207

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

Shades of Seagull #72ACCF

Tints of Seagull #72ACCF

RGB

 RED value IS 114 (44.92% from 255) = 23.12%

 GREEN value IS 172 (67.58% from 255) = 34.89%

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 23.12%
G = 34.89%
B = 41.99%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#72ACCF (or 0x72ACCF) is known color: Seagull. HEX triplet: 72, AC and CF. RGB value is (114,172,207). Sum of RGB (Red+Green+Blue) = 114+172+207=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #72ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ACCF is #8D5330. Grayscale: #9E9E9E. Windows color (decimal): -9261873 or 13610098. OLE color: 13610098.

HSL color Cylindrical-coordinate representation of color #72ACCF: hue angle of 202.58º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72ACCF is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 172 207 -
CMYK 0.45 0.17 0 0.19
HSL 202.58º 0.49% 0.63% -
HSV(B) 202.58º 0.45% 0.81% -
XYZ 32.95 37.59 64.55 -
YUV 158.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 114 172 207 0.45 0.17 0 0.19 202.58 0.49 0.63
Hex 72 AC CF 2D 11 0 13 CB 31 3F
Octal 162 254 317 55 21 0 23 313 61 77
Binary 1110010 10101100 11001111 101101 10001 0 10011 11001011 110001 111111

Color Harmonies of #72ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ACCF

Black with #72ACCF

Text Example


Text Example

White with #72ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72ACCF; }

 p { color: rgb(114,172,207); }

 H1.HeaderClassName
 {
   color: #72ACCF;
 }
 .AnyTagClassName
 {
   color: #72ACCF;
 }
</style>

background-color css

<style>
 a { background-color: #72ACCF; }

 a { background-color: rgb(114,172,207); }

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

border-color css

<style>
 span { border-color: #72ACCF; }

 span { border-color: rgb(114,172,207); }

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