Html Css Color HEX #7CBCDA Seagull

📋 copy color: '#7CBCDA'

red 124 ◦ green 188 ◦ blue 218

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

Shades of Seagull #7CBCDA

Tints of Seagull #7CBCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 23.4%
G = 35.47%
B = 41.13%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7CBCDA (or 0x7CBCDA) is known color: Seagull. HEX triplet: 7C, BC and DA. RGB value is (124,188,218). Sum of RGB (Red+Green+Blue) = 124+188+218=530 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.40% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #7CBCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBCDA is #834325. Grayscale: #ACACAC. Windows color (decimal): -8602406 or 14335100. OLE color: 14335100.

HSL color Cylindrical-coordinate representation of color #7CBCDA: hue angle of 199.15º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CBCDA is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 124 188 218 -
CMYK 0.43 0.14 0 0.15
HSL 199.15º 0.56% 0.67% -
HSV(B) 199.15º 0.43% 0.85% -
XYZ 38.95 45.31 73.02 -
YUV 172.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 124 188 218 0.43 0.14 0 0.15 199.15 0.56 0.67
Hex 7C BC DA 2B E 0 F C7 38 43
Octal 174 274 332 53 16 0 17 307 70 103
Binary 1111100 10111100 11011010 101011 1110 0 1111 11000111 111000 1000011

Color Harmonies of #7CBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBCDA

Black with #7CBCDA

Text Example


Text Example

White with #7CBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,188,218); }

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

background-color css

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

 a { background-color: rgb(124,188,218); }

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

border-color css

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

 span { border-color: rgb(124,188,218); }

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