Html Css Color HEX #72BBCE Seagull

📋 copy color: '#72BBCE'

red 114 ◦ green 187 ◦ blue 206

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

Shades of Seagull #72BBCE

Tints of Seagull #72BBCE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.88%

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 22.49%
G = 36.88%
B = 40.63%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#72BBCE (or 0x72BBCE) is known color: Seagull. HEX triplet: 72, BB and CE. RGB value is (114,187,206). Sum of RGB (Red+Green+Blue) = 114+187+206=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #72BBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BBCE is #8D4431. Grayscale: #A7A7A7. Windows color (decimal): -9258034 or 13548402. OLE color: 13548402.

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

Color convert

RGB 114 187 206 -
CMYK 0.45 0.09 0 0.19
HSL 192.39º 0.48% 0.63% -
HSV(B) 192.39º 0.45% 0.81% -
XYZ 35.85 43.57 64.91 -
YUV 167.34 149.82 89.96 -
System Red Green Blue C M Y K H S L
Decimal 114 187 206 0.45 0.09 0 0.19 192.39 0.48 0.63
Hex 72 BB CE 2D 9 0 13 C0 30 3F
Octal 162 273 316 55 11 0 23 300 60 77
Binary 1110010 10111011 11001110 101101 1001 0 10011 11000000 110000 111111

Color Harmonies of #72BBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BBCE

Black with #72BBCE

Text Example


Text Example

White with #72BBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,187,206); }

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

background-color css

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

 a { background-color: rgb(114,187,206); }

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

border-color css

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

 span { border-color: rgb(114,187,206); }

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