Html Css Color HEX #65B8CF Seagull

📋 copy color: '#65B8CF'

red 101 ◦ green 184 ◦ blue 207

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

Shades of Seagull #65B8CF

Tints of Seagull #65B8CF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.4%

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 20.53%
G = 37.4%
B = 42.07%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#65B8CF (or 0x65B8CF) is known color: Seagull. HEX triplet: 65, B8 and CF. RGB value is (101,184,207). Sum of RGB (Red+Green+Blue) = 101+184+207=492 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.53% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #65B8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B8CF is #9A4730. Grayscale: #A1A1A1. Windows color (decimal): -10110769 or 13613157. OLE color: 13613157.

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

Color convert

RGB 101 184 207 -
CMYK 0.51 0.11 0 0.19
HSL 193.02º 0.52% 0.6% -
HSV(B) 193.02º 0.51% 0.81% -
XYZ 33.77 41.55 65.27 -
YUV 161.81 153.5 84.63 -
System Red Green Blue C M Y K H S L
Decimal 101 184 207 0.51 0.11 0 0.19 193.02 0.52 0.6
Hex 65 B8 CF 33 B 0 13 C1 34 3C
Octal 145 270 317 63 13 0 23 301 64 74
Binary 1100101 10111000 11001111 110011 1011 0 10011 11000001 110100 111100

Color Harmonies of #65B8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B8CF

Black with #65B8CF

Text Example


Text Example

White with #65B8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,184,207); }

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

background-color css

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

 a { background-color: rgb(101,184,207); }

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

border-color css

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

 span { border-color: rgb(101,184,207); }

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