Html Css Color HEX #65BCC8 Seagull

📋 copy color: '#65BCC8'

red 101 ◦ green 188 ◦ blue 200

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

Shades of Seagull #65BCC8

Tints of Seagull #65BCC8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.45%

 BLUE value IS 200 (78.52% from 255) = 40.9%

R = 20.65%
G = 38.45%
B = 40.9%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#65BCC8 (or 0x65BCC8) is known color: Seagull. HEX triplet: 65, BC and C8. RGB value is (101,188,200). Sum of RGB (Red+Green+Blue) = 101+188+200=489 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.65% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #65BCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCC8 is #9A4337. Grayscale: #A3A3A3. Windows color (decimal): -10109752 or 13155429. OLE color: 13155429.

HSL color Cylindrical-coordinate representation of color #65BCC8: hue angle of 187.27º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65BCC8 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 188 200 -
CMYK 0.49 0.06 0 0.22
HSL 187.27º 0.47% 0.59% -
HSV(B) 187.27º 0.5% 0.78% -
XYZ 33.78 42.9 61.14 -
YUV 163.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 101 188 200 0.49 0.06 0 0.22 187.27 0.47 0.59
Hex 65 BC C8 31 6 0 16 BB 2F 3B
Octal 145 274 310 61 6 0 26 273 57 73
Binary 1100101 10111100 11001000 110001 110 0 10110 10111011 101111 111011

Color Harmonies of #65BCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BCC8

Black with #65BCC8

Text Example


Text Example

White with #65BCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,188,200); }

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

background-color css

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

 a { background-color: rgb(101,188,200); }

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

border-color css

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

 span { border-color: rgb(101,188,200); }

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