#65BBCD

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

Shades of Seagull #65BBCD

Tints of Seagull #65BBCD

Color information

#65BBCD (or 0x65BBCD) is unknown color: approx Seagull. HEX triplet: 65, BB and CD. RGB value is (101,187,205). Sum of RGB (Red+Green+Blue) = 101+187+205=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #65BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBCD is #9A4432. Grayscale: #A3A3A3. Windows color (decimal): -10110003 or 13482853. OLE color: 13482853.

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

Color convert

RGB101187205-
CMYK0.510.0900.20
HSL190.38º50.98%60%-
HSV(B)190.38º50.73%80.39%-
XYZ34.1642.7264.2-
YUV163.34151.5183.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.49%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=20.49%
G=37.93%
B=41.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011872050.510.0900.20190.3850.9860
Hex65BBCD339014be333c
Octal14527331563110242766374
Binary11001011011101111001101110011100101010010111110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,187,205); }

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

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

 a { background-color: rgb(101,187,205); }

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

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

 span { border-color: rgb(101,187,205); }

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