#65B0CD

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

Shades of Seagull #65B0CD

Tints of Seagull #65B0CD

Color information

#65B0CD (or 0x65B0CD) is unknown color: approx Seagull. HEX triplet: 65, B0 and CD. RGB value is (101,176,205). Sum of RGB (Red+Green+Blue) = 101+176+205=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #65B0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B0CD is #9A4F32. Grayscale: #9C9C9C. Windows color (decimal): -10112819 or 13480037. OLE color: 13480037.

HSL color Cylindrical-coordinate representation of color #65B0CD: hue angle of 196.73º 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 #65B0CD is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101176205-
CMYK0.510.1400.20
HSL196.73º50.98%60%-
HSV(B)196.73º50.73%80.39%-
XYZ31.9138.2363.45-
YUV156.88155.1588.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.95%
GREEN value IS 176 (69.14% from 255) = 36.51%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=20.95%
G=36.51%
B=42.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011762050.510.1400.20196.7350.9860
Hex65B0CD33E014c5333c
Octal14526031563160243056374
Binary11001011011000011001101110011111001010011000101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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