Html Css Color HEX #66BDCB Seagull

📋 copy color: '#66BDCB'

red 102 ◦ green 189 ◦ blue 203

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

Shades of Seagull #66BDCB

Tints of Seagull #66BDCB

RGB

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

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

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

R = 20.65%
G = 38.26%
B = 41.09%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#66BDCB (or 0x66BDCB) is known color: Seagull. HEX triplet: 66, BD and CB. RGB value is (102,189,203). Sum of RGB (Red+Green+Blue) = 102+189+203=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #66BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDCB is #994234. Grayscale: #A4A4A4. Windows color (decimal): -10043957 or 13352294. OLE color: 13352294.

HSL color Cylindrical-coordinate representation of color #66BDCB: hue angle of 188.32º 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 #66BDCB is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 189 203 -
CMYK 0.50 0.07 0 0.20
HSL 188.32º 0.49% 0.6% -
HSV(B) 188.32º 0.5% 0.8% -
XYZ 34.46 43.53 63.09 -
YUV 164.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 102 189 203 0.50 0.07 0 0.20 188.32 0.49 0.6
Hex 66 BD CB 32 7 0 14 BC 31 3C
Octal 146 275 313 62 7 0 24 274 61 74
Binary 1100110 10111101 11001011 110010 111 0 10100 10111100 110001 111100

Color Harmonies of #66BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDCB

Black with #66BDCB

Text Example


Text Example

White with #66BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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