Html Css Color HEX #64BDCE Seagull

📋 copy color: '#64BDCE'

red 100 ◦ green 189 ◦ blue 206

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

Shades of Seagull #64BDCE

Tints of Seagull #64BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.18%

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 20.2%
G = 38.18%
B = 41.62%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#64BDCE (or 0x64BDCE) is known color: Seagull. HEX triplet: 64, BD and CE. RGB value is (100,189,206). Sum of RGB (Red+Green+Blue) = 100+189+206=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #64BDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDCE is #9B4231. Grayscale: #A4A4A4. Windows color (decimal): -10175026 or 13548900. OLE color: 13548900.

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

Color convert

RGB 100 189 206 -
CMYK 0.51 0.08 0 0.19
HSL 189.62º 0.52% 0.6% -
HSV(B) 189.62º 0.51% 0.81% -
XYZ 34.59 43.56 64.98 -
YUV 164.33 151.51 82.12 -
System Red Green Blue C M Y K H S L
Decimal 100 189 206 0.51 0.08 0 0.19 189.62 0.52 0.6
Hex 64 BD CE 33 8 0 13 BE 34 3C
Octal 144 275 316 63 10 0 23 276 64 74
Binary 1100100 10111101 11001110 110011 1000 0 10011 10111110 110100 111100

Color Harmonies of #64BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BDCE

Black with #64BDCE

Text Example


Text Example

White with #64BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,189,206); }

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

background-color css

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

 a { background-color: rgb(100,189,206); }

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

border-color css

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

 span { border-color: rgb(100,189,206); }

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