Html Css Color HEX #65C2CE Seagull

📋 copy color: '#65C2CE'

red 101 ◦ green 194 ◦ blue 206

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

Shades of Seagull #65C2CE

Tints of Seagull #65C2CE

RGB

 RED value IS 101 (39.84% from 255) = 20.16%

 GREEN value IS 194 (76.17% from 255) = 38.72%

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

R = 20.16%
G = 38.72%
B = 41.12%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#65C2CE (or 0x65C2CE) is known color: Seagull. HEX triplet: 65, C2 and CE. RGB value is (101,194,206). Sum of RGB (Red+Green+Blue) = 101+194+206=501 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.16% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #65C2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C2CE is #9A3D31. Grayscale: #A7A7A7. Windows color (decimal): -10108210 or 13550181. OLE color: 13550181.

HSL color Cylindrical-coordinate representation of color #65C2CE: hue angle of 186.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65C2CE is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 194 206 -
CMYK 0.51 0.06 0 0.19
HSL 186.86º 0.52% 0.6% -
HSV(B) 186.86º 0.51% 0.81% -
XYZ 35.8 45.81 65.35 -
YUV 167.56 149.69 80.52 -
System Red Green Blue C M Y K H S L
Decimal 101 194 206 0.51 0.06 0 0.19 186.86 0.52 0.6
Hex 65 C2 CE 33 6 0 13 BB 34 3C
Octal 145 302 316 63 6 0 23 273 64 74
Binary 1100101 11000010 11001110 110011 110 0 10011 10111011 110100 111100

Color Harmonies of #65C2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C2CE

Black with #65C2CE

Text Example


Text Example

White with #65C2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,194,206); }

 H1.HeaderClassName
 {
   color: #65C2CE;
 }
 .AnyTagClassName
 {
   color: #65C2CE;
 }
</style>

background-color css

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

 a { background-color: rgb(101,194,206); }

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

border-color css

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

 span { border-color: rgb(101,194,206); }

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