Html Css Color HEX #65BBC8 Seagull

📋 copy color: '#65BBC8'

red 101 ◦ green 187 ◦ blue 200

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

Shades of Seagull #65BBC8

Tints of Seagull #65BBC8

RGB

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

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

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

R = 20.7%
G = 38.32%
B = 40.98%

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

#65BBC8 (or 0x65BBC8) is known color: Seagull. HEX triplet: 65, BB and C8. RGB value is (101,187,200). Sum of RGB (Red+Green+Blue) = 101+187+200=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 200 - color contains mainly: blue. Hex color #65BBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBC8 is #9A4437. Grayscale: #A2A2A2. Windows color (decimal): -10110008 or 13155173. OLE color: 13155173.

HSL color Cylindrical-coordinate representation of color #65BBC8: hue angle of 187.88º 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 #65BBC8 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

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

Color Harmonies of #65BBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BBC8

Black with #65BBC8

Text Example


Text Example

White with #65BBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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