Html Css Color HEX #7CBDDB Seagull

📋 copy color: '#7CBDDB'

red 124 ◦ green 189 ◦ blue 219

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

Shades of Seagull #7CBDDB

Tints of Seagull #7CBDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 23.31%
G = 35.53%
B = 41.17%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7CBDDB (or 0x7CBDDB) is known color: Seagull. HEX triplet: 7C, BD and DB. RGB value is (124,189,219). Sum of RGB (Red+Green+Blue) = 124+189+219=532 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.31% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #7CBDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBDDB is #834224. Grayscale: #ACACAC. Windows color (decimal): -8602149 or 14400892. OLE color: 14400892.

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

Color convert

RGB 124 189 219 -
CMYK 0.43 0.14 0 0.14
HSL 198.95º 0.57% 0.67% -
HSV(B) 198.95º 0.43% 0.86% -
XYZ 39.3 45.79 73.79 -
YUV 172.99 153.97 93.06 -
System Red Green Blue C M Y K H S L
Decimal 124 189 219 0.43 0.14 0 0.14 198.95 0.57 0.67
Hex 7C BD DB 2B E 0 E C7 39 43
Octal 174 275 333 53 16 0 16 307 71 103
Binary 1111100 10111101 11011011 101011 1110 0 1110 11000111 111001 1000011

Color Harmonies of #7CBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBDDB

Black with #7CBDDB

Text Example


Text Example

White with #7CBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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