Html Css Color HEX #7CBDCE Seagull

📋 copy color: '#7CBDCE'

red 124 ◦ green 189 ◦ blue 206

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

Shades of Seagull #7CBDCE

Tints of Seagull #7CBDCE

RGB

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

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

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

R = 23.89%
G = 36.42%
B = 39.69%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7CBDCE (or 0x7CBDCE) is known color: Seagull. HEX triplet: 7C, BD and CE. RGB value is (124,189,206). Sum of RGB (Red+Green+Blue) = 124+189+206=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CBDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBDCE is #834231. Grayscale: #ABABAB. Windows color (decimal): -8602162 or 13548924. OLE color: 13548924.

HSL color Cylindrical-coordinate representation of color #7CBDCE: hue angle of 192.44º 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 #7CBDCE is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 189 206 -
CMYK 0.40 0.08 0 0.19
HSL 192.44º 0.46% 0.65% -
HSV(B) 192.44º 0.4% 0.81% -
XYZ 37.65 45.14 65.12 -
YUV 171.5 147.47 94.12 -
System Red Green Blue C M Y K H S L
Decimal 124 189 206 0.40 0.08 0 0.19 192.44 0.46 0.65
Hex 7C BD CE 28 8 0 13 C0 2E 41
Octal 174 275 316 50 10 0 23 300 56 101
Binary 1111100 10111101 11001110 101000 1000 0 10011 11000000 101110 1000001

Color Harmonies of #7CBDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBDCE

Black with #7CBDCE

Text Example


Text Example

White with #7CBDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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