#65BCCB

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

Shades of Seagull #65BCCB

Tints of Seagull #65BCCB

Color information

#65BCCB (or 0x65BCCB) is unknown color: approx Seagull. HEX triplet: 65, BC and CB. RGB value is (101,188,203). Sum of RGB (Red+Green+Blue) = 101+188+203=492 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.53% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #65BCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCCB is #9A4334. Grayscale: #A3A3A3. Windows color (decimal): -10109749 or 13352037. OLE color: 13352037.

HSL color Cylindrical-coordinate representation of color #65BCCB: hue angle of 188.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65BCCB is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101188203-
CMYK0.500.0700.20
HSL188.82º49.51%59.61%-
HSV(B)188.82º50.25%79.61%-
XYZ34.1343.0463.01-
YUV163.7150.1883.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.53%
GREEN value IS 188 (73.83% from 255) = 38.21%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=20.53%
G=38.21%
B=41.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011882030.500.0700.20188.8249.5159.61
Hex65BCCB327014bd323c
Octal1452743136270242756274
Binary1100101101111001100101111001011101010010111101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65BCCB; }

 p { color: rgb(101,188,203); }

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

<style>
 a { background-color: #65BCCB; }

 a { background-color: rgb(101,188,203); }

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

<style>
 span { border-color: #65BCCB; }

 span { border-color: rgb(101,188,203); }

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