Html Css Color HEX #65C4CE Seagull

📋 copy color: '#65C4CE'

red 101 ◦ green 196 ◦ blue 206

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

Shades of Seagull #65C4CE

Tints of Seagull #65C4CE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.97%

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

R = 20.08%
G = 38.97%
B = 40.95%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#65C4CE (or 0x65C4CE) is known color: Seagull. HEX triplet: 65, C4 and CE. RGB value is (101,196,206). Sum of RGB (Red+Green+Blue) = 101+196+206=503 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.08% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #65C4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C4CE is #9A3B31. Grayscale: #A8A8A8. Windows color (decimal): -10107698 or 13550693. OLE color: 13550693.

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

Color convert

RGB 101 196 206 -
CMYK 0.51 0.05 0 0.19
HSL 185.71º 0.52% 0.6% -
HSV(B) 185.71º 0.51% 0.81% -
XYZ 36.25 46.7 65.5 -
YUV 168.74 149.03 79.69 -
System Red Green Blue C M Y K H S L
Decimal 101 196 206 0.51 0.05 0 0.19 185.71 0.52 0.6
Hex 65 C4 CE 33 5 0 13 BA 34 3C
Octal 145 304 316 63 5 0 23 272 64 74
Binary 1100101 11000100 11001110 110011 101 0 10011 10111010 110100 111100

Color Harmonies of #65C4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C4CE

Black with #65C4CE

Text Example


Text Example

White with #65C4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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