Html Css Color HEX #7CBDDF Seagull

📋 copy color: '#7CBDDF'

red 124 ◦ green 189 ◦ blue 223

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

Shades of Seagull #7CBDDF

Tints of Seagull #7CBDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 23.13%
G = 35.26%
B = 41.6%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7CBDDF (or 0x7CBDDF) is known color: Seagull. HEX triplet: 7C, BD and DF. RGB value is (124,189,223). Sum of RGB (Red+Green+Blue) = 124+189+223=536 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.13% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CBDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBDDF is #834220. Grayscale: #ADADAD. Windows color (decimal): -8602145 or 14663036. OLE color: 14663036.

HSL color Cylindrical-coordinate representation of color #7CBDDF: hue angle of 200.61º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CBDDF is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 189 223 -
CMYK 0.44 0.15 0 0.13
HSL 200.61º 0.61% 0.68% -
HSV(B) 200.61º 0.44% 0.87% -
XYZ 39.83 46.01 76.59 -
YUV 173.44 155.97 92.74 -
System Red Green Blue C M Y K H S L
Decimal 124 189 223 0.44 0.15 0 0.13 200.61 0.61 0.68
Hex 7C BD DF 2C F 0 D C9 3D 44
Octal 174 275 337 54 17 0 15 311 75 104
Binary 1111100 10111101 11011111 101100 1111 0 1101 11001001 111101 1000100

Color Harmonies of #7CBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBDDF

Black with #7CBDDF

Text Example


Text Example

White with #7CBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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