Html Css Color HEX #66BECB Seagull

📋 copy color: '#66BECB'

red 102 ◦ green 190 ◦ blue 203

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

Shades of Seagull #66BECB

Tints of Seagull #66BECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 20.61%
G = 38.38%
B = 41.01%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#66BECB (or 0x66BECB) is known color: Seagull. HEX triplet: 66, BE and CB. RGB value is (102,190,203). Sum of RGB (Red+Green+Blue) = 102+190+203=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #66BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BECB is #994134. Grayscale: #A5A5A5. Windows color (decimal): -10043701 or 13352550. OLE color: 13352550.

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

Color convert

RGB 102 190 203 -
CMYK 0.50 0.06 0 0.20
HSL 187.72º 0.49% 0.6% -
HSV(B) 187.72º 0.5% 0.8% -
XYZ 34.67 43.96 63.16 -
YUV 165.17 149.35 82.94 -
System Red Green Blue C M Y K H S L
Decimal 102 190 203 0.50 0.06 0 0.20 187.72 0.49 0.6
Hex 66 BE CB 32 6 0 14 BC 31 3C
Octal 146 276 313 62 6 0 24 274 61 74
Binary 1100110 10111110 11001011 110010 110 0 10100 10111100 110001 111100

Color Harmonies of #66BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BECB

Black with #66BECB

Text Example


Text Example

White with #66BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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