Html Css Color HEX #64BBCA Seagull

📋 copy color: '#64BBCA'

red 100 ◦ green 187 ◦ blue 202

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

Shades of Seagull #64BBCA

Tints of Seagull #64BBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.31%

R = 20.45%
G = 38.24%
B = 41.31%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#64BBCA (or 0x64BBCA) is known color: Seagull. HEX triplet: 64, BB and CA. RGB value is (100,187,202). Sum of RGB (Red+Green+Blue) = 100+187+202=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #64BBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BBCA is #9B4435. Grayscale: #A2A2A2. Windows color (decimal): -10175542 or 13286244. OLE color: 13286244.

HSL color Cylindrical-coordinate representation of color #64BBCA: hue angle of 188.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64BBCA is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 187 202 -
CMYK 0.50 0.07 0 0.21
HSL 188.82º 0.49% 0.59% -
HSV(B) 188.82º 0.5% 0.79% -
XYZ 33.69 42.51 62.31 -
YUV 162.7 150.18 83.28 -
System Red Green Blue C M Y K H S L
Decimal 100 187 202 0.50 0.07 0 0.21 188.82 0.49 0.59
Hex 64 BB CA 32 7 0 15 BD 31 3B
Octal 144 273 312 62 7 0 25 275 61 73
Binary 1100100 10111011 11001010 110010 111 0 10101 10111101 110001 111011

Color Harmonies of #64BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BBCA

Black with #64BBCA

Text Example


Text Example

White with #64BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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