Html Css Color HEX #72B2D6 Seagull

📋 copy color: '#72B2D6'

red 114 ◦ green 178 ◦ blue 214

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

Shades of Seagull #72B2D6

Tints of Seagull #72B2D6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.18%

 BLUE value IS 214 (83.98% from 255) = 42.29%

R = 22.53%
G = 35.18%
B = 42.29%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#72B2D6 (or 0x72B2D6) is known color: Seagull. HEX triplet: 72, B2 and D6. RGB value is (114,178,214). Sum of RGB (Red+Green+Blue) = 114+178+214=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #72B2D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B2D6 is #8D4D29. Grayscale: #A2A2A2. Windows color (decimal): -9260330 or 14070386. OLE color: 14070386.

HSL color Cylindrical-coordinate representation of color #72B2D6: hue angle of 201.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72B2D6 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 178 214 -
CMYK 0.47 0.17 0 0.16
HSL 201.6º 0.55% 0.64% -
HSV(B) 201.6º 0.47% 0.84% -
XYZ 35 40.27 69.55 -
YUV 162.97 156.8 93.07 -
System Red Green Blue C M Y K H S L
Decimal 114 178 214 0.47 0.17 0 0.16 201.6 0.55 0.64
Hex 72 B2 D6 2F 11 0 10 CA 37 40
Octal 162 262 326 57 21 0 20 312 67 100
Binary 1110010 10110010 11010110 101111 10001 0 10000 11001010 110111 1000000

Color Harmonies of #72B2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B2D6

Black with #72B2D6

Text Example


Text Example

White with #72B2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,178,214); }

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

background-color css

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

 a { background-color: rgb(114,178,214); }

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

border-color css

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

 span { border-color: rgb(114,178,214); }

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