Html Css Color HEX #66BECA Seagull

📋 copy color: '#66BECA'

red 102 ◦ green 190 ◦ blue 202

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

Shades of Seagull #66BECA

Tints of Seagull #66BECA

RGB

 RED value IS 102 (40.23% from 255) = 20.65%

 GREEN value IS 190 (74.61% from 255) = 38.46%

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

R = 20.65%
G = 38.46%
B = 40.89%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#66BECA (or 0x66BECA) is known color: Seagull. HEX triplet: 66, BE and CA. RGB value is (102,190,202). Sum of RGB (Red+Green+Blue) = 102+190+202=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #66BECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BECA is #994135. Grayscale: #A4A4A4. Windows color (decimal): -10043702 or 13287014. OLE color: 13287014.

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

Color convert

RGB 102 190 202 -
CMYK 0.50 0.06 0 0.21
HSL 187.2º 0.49% 0.6% -
HSV(B) 187.2º 0.5% 0.79% -
XYZ 34.55 43.92 62.53 -
YUV 165.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 102 190 202 0.50 0.06 0 0.21 187.2 0.49 0.6
Hex 66 BE CA 32 6 0 15 BB 31 3C
Octal 146 276 312 62 6 0 25 273 61 74
Binary 1100110 10111110 11001010 110010 110 0 10101 10111011 110001 111100

Color Harmonies of #66BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BECA

Black with #66BECA

Text Example


Text Example

White with #66BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66BECA; }

 p { color: rgb(102,190,202); }

 H1.HeaderClassName
 {
   color: #66BECA;
 }
 .AnyTagClassName
 {
   color: #66BECA;
 }
</style>

background-color css

<style>
 a { background-color: #66BECA; }

 a { background-color: rgb(102,190,202); }

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

border-color css

<style>
 span { border-color: #66BECA; }

 span { border-color: rgb(102,190,202); }

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