#72B4D4

Color #72B4D4 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #72B4D4

Tints of Seagull #72B4D4

Color information

#72B4D4 (or 0x72B4D4) is unknown color: approx Seagull. HEX triplet: 72, B4 and D4. RGB value is (114,180,212). Sum of RGB (Red+Green+Blue) = 114+180+212=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 212 - color contains mainly: blue. Hex color #72B4D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B4D4 is #8D4B2B. Grayscale: #A3A3A3. Windows color (decimal): -9259820 or 13939826. OLE color: 13939826.

HSL color Cylindrical-coordinate representation of color #72B4D4: hue angle of 199.59º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72B4D4 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB114180212-
CMYK0.460.1500.17
HSL199.59º53.26%63.92%-
HSV(B)199.59º46.23%83.14%-
XYZ35.1440.9768.34-
YUV163.91155.1392.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.53%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 212 (83.20% from 255) = 41.90%
R=22.53%
G=35.57%
B=41.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1141802120.460.1500.17199.5953.2663.92
Hex72B4D42EF011c83540
Octal162264324561702131065100
Binary111001010110100110101001011101111010001110010001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,180,212); }

 H1.HeaderClassName
 {
   color: #72B4D4;
 }
 .AnyTagClassName
 {
   color: #72B4D4;
 }
</style>
background-color css

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

 a { background-color: rgb(114,180,212); }

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

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

 span { border-color: rgb(114,180,212); }

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