Html Css Color HEX #65BCCE Seagull

📋 copy color: '#65BCCE'

red 101 ◦ green 188 ◦ blue 206

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

Shades of Seagull #65BCCE

Tints of Seagull #65BCCE

RGB

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

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

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

R = 20.4%
G = 37.98%
B = 41.62%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#65BCCE (or 0x65BCCE) is known color: Seagull. HEX triplet: 65, BC and CE. RGB value is (101,188,206). Sum of RGB (Red+Green+Blue) = 101+188+206=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #65BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCCE is #9A4331. Grayscale: #A3A3A3. Windows color (decimal): -10109746 or 13548645. OLE color: 13548645.

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

Color convert

RGB 101 188 206 -
CMYK 0.51 0.09 0 0.19
HSL 190.29º 0.52% 0.6% -
HSV(B) 190.29º 0.51% 0.81% -
XYZ 34.49 43.19 64.91 -
YUV 164.04 151.68 83.04 -
System Red Green Blue C M Y K H S L
Decimal 101 188 206 0.51 0.09 0 0.19 190.29 0.52 0.6
Hex 65 BC CE 33 9 0 13 BE 34 3C
Octal 145 274 316 63 11 0 23 276 64 74
Binary 1100101 10111100 11001110 110011 1001 0 10011 10111110 110100 111100

Color Harmonies of #65BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BCCE

Black with #65BCCE

Text Example


Text Example

White with #65BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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