Html Css Color HEX #65BECC Seagull

📋 copy color: '#65BECC'

red 101 ◦ green 190 ◦ blue 204

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

Shades of Seagull #65BECC

Tints of Seagull #65BECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.38%

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 20.4%
G = 38.38%
B = 41.21%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#65BECC (or 0x65BECC) is known color: Seagull. HEX triplet: 65, BE and CC. RGB value is (101,190,204). Sum of RGB (Red+Green+Blue) = 101+190+204=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #65BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BECC is #9A4133. Grayscale: #A4A4A4. Windows color (decimal): -10109236 or 13418085. OLE color: 13418085.

HSL color Cylindrical-coordinate representation of color #65BECC: hue angle of 188.16º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65BECC is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 190 204 -
CMYK 0.50 0.07 0 0.2
HSL 188.16º 0.5% 0.6% -
HSV(B) 188.16º 0.5% 0.8% -
XYZ 34.68 43.95 63.78 -
YUV 164.99 150.01 82.36 -
System Red Green Blue C M Y K H S L
Decimal 101 190 204 0.50 0.07 0 0.2 188.16 0.5 0.6
Hex 65 BE CC 32 7 0 14 BC 32 3C
Octal 145 276 314 62 7 0 24 274 62 74
Binary 1100101 10111110 11001100 110010 111 0 10100 10111100 110010 111100

Color Harmonies of #65BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BECC

Black with #65BECC

Text Example


Text Example

White with #65BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,190,204); }

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

background-color css

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

 a { background-color: rgb(101,190,204); }

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

border-color css

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

 span { border-color: rgb(101,190,204); }

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