#65b3ca

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

Shades of Seagull #65B3CA

Tints of Seagull #65B3CA

Color information

#65B3CA (or 0x65B3CA) is unknown color: approx Seagull. HEX triplet: 65, B3 and CA. RGB value is (101,179,202). Sum of RGB (Red+Green+Blue) = 101+179+202=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #65B3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B3CA is #9A4C35. Grayscale: #9E9E9E. Windows color (decimal): -10112054 or 13284197. OLE color: 13284197.

HSL color Cylindrical-coordinate representation of color #65B3CA: hue angle of 193.66º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65B3CA is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB101179202-
CMYK0.500.1100.21
HSL193.66º48.79%59.41%-
HSV(B)193.66º50%79.22%-
XYZ32.1539.2761.76-
YUV158.3152.6687.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.95%
GREEN value IS 179 (70.31% from 255) = 37.14%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=20.95%
G=37.14%
B=41.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1011792020.500.1100.21193.6648.7959.41
Hex65B3CA32B015c2313b
Octal14526331262130253026173
Binary11001011011001111001010110010101101010111000010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65b3ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,179,202); }

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

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

 a { background-color: rgb(101,179,202); }

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

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

 span { border-color: rgb(101,179,202); }

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