Html Css Color HEX #65BBCF Seagull

📋 copy color: '#65BBCF'

red 101 ◦ green 187 ◦ blue 207

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

Shades of Seagull #65BBCF

Tints of Seagull #65BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.78%

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

R = 20.4%
G = 37.78%
B = 41.82%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#65BBCF (or 0x65BBCF) is known color: Seagull. HEX triplet: 65, BB and CF. RGB value is (101,187,207). Sum of RGB (Red+Green+Blue) = 101+187+207=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #65BBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBCF is #9A4430. Grayscale: #A3A3A3. Windows color (decimal): -10110001 or 13613925. OLE color: 13613925.

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

Color convert

RGB 101 187 207 -
CMYK 0.51 0.10 0 0.19
HSL 191.32º 0.52% 0.6% -
HSV(B) 191.32º 0.51% 0.81% -
XYZ 34.4 42.81 65.48 -
YUV 163.57 152.51 83.37 -
System Red Green Blue C M Y K H S L
Decimal 101 187 207 0.51 0.10 0 0.19 191.32 0.52 0.6
Hex 65 BB CF 33 A 0 13 BF 34 3C
Octal 145 273 317 63 12 0 23 277 64 74
Binary 1100101 10111011 11001111 110011 1010 0 10011 10111111 110100 111100

Color Harmonies of #65BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BBCF

Black with #65BBCF

Text Example


Text Example

White with #65BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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