Html Css Color HEX #7CC3CE Seagull

📋 copy color: '#7CC3CE'

red 124 ◦ green 195 ◦ blue 206

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

Shades of Seagull #7CC3CE

Tints of Seagull #7CC3CE

RGB

 RED value IS 124 (48.83% from 255) = 23.62%

 GREEN value IS 195 (76.56% from 255) = 37.14%

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

R = 23.62%
G = 37.14%
B = 39.24%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7CC3CE (or 0x7CC3CE) is known color: Seagull. HEX triplet: 7C, C3 and CE. RGB value is (124,195,206). Sum of RGB (Red+Green+Blue) = 124+195+206=525 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.62% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CC3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC3CE is #833C31. Grayscale: #AEAEAE. Windows color (decimal): -8600626 or 13550460. OLE color: 13550460.

HSL color Cylindrical-coordinate representation of color #7CC3CE: hue angle of 188.05º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CC3CE is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 195 206 -
CMYK 0.40 0.05 0 0.19
HSL 188.05º 0.46% 0.65% -
HSV(B) 188.05º 0.4% 0.81% -
XYZ 38.97 47.77 65.56 -
YUV 175.03 145.48 91.61 -
System Red Green Blue C M Y K H S L
Decimal 124 195 206 0.40 0.05 0 0.19 188.05 0.46 0.65
Hex 7C C3 CE 28 5 0 13 BC 2E 41
Octal 174 303 316 50 5 0 23 274 56 101
Binary 1111100 11000011 11001110 101000 101 0 10011 10111100 101110 1000001

Color Harmonies of #7CC3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC3CE

Black with #7CC3CE

Text Example


Text Example

White with #7CC3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CC3CE; }

 p { color: rgb(124,195,206); }

 H1.HeaderClassName
 {
   color: #7CC3CE;
 }
 .AnyTagClassName
 {
   color: #7CC3CE;
 }
</style>

background-color css

<style>
 a { background-color: #7CC3CE; }

 a { background-color: rgb(124,195,206); }

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

border-color css

<style>
 span { border-color: #7CC3CE; }

 span { border-color: rgb(124,195,206); }

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