Html Css Color HEX #7CBFE0 Seagull

📋 copy color: '#7CBFE0'

red 124 ◦ green 191 ◦ blue 224

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

Shades of Seagull #7CBFE0

Tints of Seagull #7CBFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 35.44%

 BLUE value IS 224 (87.89% from 255) = 41.56%

R = 23.01%
G = 35.44%
B = 41.56%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7CBFE0 (or 0x7CBFE0) is known color: Seagull. HEX triplet: 7C, BF and E0. RGB value is (124,191,224). Sum of RGB (Red+Green+Blue) = 124+191+224=539 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.01% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #7CBFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBFE0 is #83401F. Grayscale: #AEAEAE. Windows color (decimal): -8601632 or 14729084. OLE color: 14729084.

HSL color Cylindrical-coordinate representation of color #7CBFE0: hue angle of 199.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CBFE0 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 124 191 224 -
CMYK 0.45 0.15 0 0.12
HSL 199.8º 0.62% 0.68% -
HSV(B) 199.8º 0.45% 0.88% -
XYZ 40.4 46.93 77.45 -
YUV 174.73 155.8 91.82 -
System Red Green Blue C M Y K H S L
Decimal 124 191 224 0.45 0.15 0 0.12 199.8 0.62 0.68
Hex 7C BF E0 2D F 0 C C8 3E 44
Octal 174 277 340 55 17 0 14 310 76 104
Binary 1111100 10111111 11100000 101101 1111 0 1100 11001000 111110 1000100

Color Harmonies of #7CBFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBFE0

Black with #7CBFE0

Text Example


Text Example

White with #7CBFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,191,224); }

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

background-color css

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

 a { background-color: rgb(124,191,224); }

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

border-color css

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

 span { border-color: rgb(124,191,224); }

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