Html Css Color HEX #7CBECB Seagull

📋 copy color: '#7CBECB'

red 124 ◦ green 190 ◦ blue 203

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

Shades of Seagull #7CBECB

Tints of Seagull #7CBECB

RGB

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

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

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

R = 23.98%
G = 36.75%
B = 39.26%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7CBECB (or 0x7CBECB) is known color: Seagull. HEX triplet: 7C, BE and CB. RGB value is (124,190,203). Sum of RGB (Red+Green+Blue) = 124+190+203=517 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.98% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #7CBECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBECB is #834134. Grayscale: #ABABAB. Windows color (decimal): -8601909 or 13352572. OLE color: 13352572.

HSL color Cylindrical-coordinate representation of color #7CBECB: hue angle of 189.87º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CBECB is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 190 203 -
CMYK 0.39 0.06 0 0.20
HSL 189.87º 0.43% 0.64% -
HSV(B) 189.87º 0.39% 0.8% -
XYZ 37.51 45.42 63.29 -
YUV 171.75 145.63 93.94 -
System Red Green Blue C M Y K H S L
Decimal 124 190 203 0.39 0.06 0 0.20 189.87 0.43 0.64
Hex 7C BE CB 27 6 0 14 BE 2B 40
Octal 174 276 313 47 6 0 24 276 53 100
Binary 1111100 10111110 11001011 100111 110 0 10100 10111110 101011 1000000

Color Harmonies of #7CBECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBECB

Black with #7CBECB

Text Example


Text Example

White with #7CBECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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