Html Css Color HEX #72ABCF Seagull

📋 copy color: '#72ABCF'

red 114 ◦ green 171 ◦ blue 207

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

Shades of Seagull #72ABCF

Tints of Seagull #72ABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.76%

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

R = 23.17%
G = 34.76%
B = 42.07%

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

#72ABCF (or 0x72ABCF) is known color: Seagull. HEX triplet: 72, AB and CF. RGB value is (114,171,207). Sum of RGB (Red+Green+Blue) = 114+171+207=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #72ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABCF is #8D5430. Grayscale: #9D9D9D. Windows color (decimal): -9262129 or 13609842. OLE color: 13609842.

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

Color convert

RGB 114 171 207 -
CMYK 0.45 0.17 0 0.19
HSL 203.23º 0.49% 0.63% -
HSV(B) 203.23º 0.45% 0.81% -
XYZ 32.76 37.21 64.49 -
YUV 158.06 155.62 96.57 -
System Red Green Blue C M Y K H S L
Decimal 114 171 207 0.45 0.17 0 0.19 203.23 0.49 0.63
Hex 72 AB CF 2D 11 0 13 CB 31 3F
Octal 162 253 317 55 21 0 23 313 61 77
Binary 1110010 10101011 11001111 101101 10001 0 10011 11001011 110001 111111

Color Harmonies of #72ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ABCF

Black with #72ABCF

Text Example


Text Example

White with #72ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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