Html Css Color HEX #6EBCCB Seagull

📋 copy color: '#6EBCCB'

red 110 ◦ green 188 ◦ blue 203

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

Shades of Seagull #6EBCCB

Tints of Seagull #6EBCCB

RGB

 RED value IS 110 (43.36% from 255) = 21.96%

 GREEN value IS 188 (73.83% from 255) = 37.52%

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

R = 21.96%
G = 37.52%
B = 40.52%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6EBCCB (or 0x6EBCCB) is known color: Seagull. HEX triplet: 6E, BC and CB. RGB value is (110,188,203). Sum of RGB (Red+Green+Blue) = 110+188+203=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #6EBCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCCB is #914334. Grayscale: #A6A6A6. Windows color (decimal): -9519925 or 13352046. OLE color: 13352046.

HSL color Cylindrical-coordinate representation of color #6EBCCB: hue angle of 189.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EBCCB is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 188 203 -
CMYK 0.46 0.07 0 0.20
HSL 189.68º 0.47% 0.61% -
HSV(B) 189.68º 0.46% 0.8% -
XYZ 35.19 43.59 63.06 -
YUV 166.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 110 188 203 0.46 0.07 0 0.20 189.68 0.47 0.61
Hex 6E BC CB 2E 7 0 14 BE 2F 3D
Octal 156 274 313 56 7 0 24 276 57 75
Binary 1101110 10111100 11001011 101110 111 0 10100 10111110 101111 111101

Color Harmonies of #6EBCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBCCB

Black with #6EBCCB

Text Example


Text Example

White with #6EBCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EBCCB; }

 p { color: rgb(110,188,203); }

 H1.HeaderClassName
 {
   color: #6EBCCB;
 }
 .AnyTagClassName
 {
   color: #6EBCCB;
 }
</style>

background-color css

<style>
 a { background-color: #6EBCCB; }

 a { background-color: rgb(110,188,203); }

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

border-color css

<style>
 span { border-color: #6EBCCB; }

 span { border-color: rgb(110,188,203); }

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