Html Css Color HEX #64BBCC Seagull

📋 copy color: '#64BBCC'

red 100 ◦ green 187 ◦ blue 204

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

Shades of Seagull #64BBCC

Tints of Seagull #64BBCC

RGB

 RED value IS 100 (39.45% from 255) = 20.37%

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

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 20.37%
G = 38.09%
B = 41.55%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#64BBCC (or 0x64BBCC) is known color: Seagull. HEX triplet: 64, BB and CC. RGB value is (100,187,204). Sum of RGB (Red+Green+Blue) = 100+187+204=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #64BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BBCC is #9B4433. Grayscale: #A2A2A2. Windows color (decimal): -10175540 or 13417316. OLE color: 13417316.

HSL color Cylindrical-coordinate representation of color #64BBCC: hue angle of 189.81º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64BBCC is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 187 204 -
CMYK 0.51 0.08 0 0.2
HSL 189.81º 0.5% 0.6% -
HSV(B) 189.81º 0.51% 0.8% -
XYZ 33.92 42.61 63.56 -
YUV 162.93 151.18 83.12 -
System Red Green Blue C M Y K H S L
Decimal 100 187 204 0.51 0.08 0 0.2 189.81 0.5 0.6
Hex 64 BB CC 33 8 0 14 BE 32 3C
Octal 144 273 314 63 10 0 24 276 62 74
Binary 1100100 10111011 11001100 110011 1000 0 10100 10111110 110010 111100

Color Harmonies of #64BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BBCC

Black with #64BBCC

Text Example


Text Example

White with #64BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64BBCC; }

 p { color: rgb(100,187,204); }

 H1.HeaderClassName
 {
   color: #64BBCC;
 }
 .AnyTagClassName
 {
   color: #64BBCC;
 }
</style>

background-color css

<style>
 a { background-color: #64BBCC; }

 a { background-color: rgb(100,187,204); }

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

border-color css

<style>
 span { border-color: #64BBCC; }

 span { border-color: rgb(100,187,204); }

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