Html Css Color HEX #72A8CF Seagull

📋 copy color: '#72A8CF'

red 114 ◦ green 168 ◦ blue 207

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

Shades of Seagull #72A8CF

Tints of Seagull #72A8CF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.36%

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

R = 23.31%
G = 34.36%
B = 42.33%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#72A8CF (or 0x72A8CF) is known color: Seagull. HEX triplet: 72, A8 and CF. RGB value is (114,168,207). Sum of RGB (Red+Green+Blue) = 114+168+207=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #72A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A8CF is #8D5730. Grayscale: #9C9C9C. Windows color (decimal): -9262897 or 13609074. OLE color: 13609074.

HSL color Cylindrical-coordinate representation of color #72A8CF: hue angle of 205.16º 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 #72A8CF is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 168 207 -
CMYK 0.45 0.19 0 0.19
HSL 205.16º 0.49% 0.63% -
HSV(B) 205.16º 0.45% 0.81% -
XYZ 32.2 36.09 64.3 -
YUV 156.3 156.61 97.83 -
System Red Green Blue C M Y K H S L
Decimal 114 168 207 0.45 0.19 0 0.19 205.16 0.49 0.63
Hex 72 A8 CF 2D 13 0 13 CD 31 3F
Octal 162 250 317 55 23 0 23 315 61 77
Binary 1110010 10101000 11001111 101101 10011 0 10011 11001101 110001 111111

Color Harmonies of #72A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A8CF

Black with #72A8CF

Text Example


Text Example

White with #72A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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