Html Css Color HEX #78BDCB Seagull

📋 copy color: '#78BDCB'

red 120 ◦ green 189 ◦ blue 203

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

Shades of Seagull #78BDCB

Tints of Seagull #78BDCB

RGB

 RED value IS 120 (47.27% from 255) = 23.44%

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

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

R = 23.44%
G = 36.91%
B = 39.65%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#78BDCB (or 0x78BDCB) is known color: Seagull. HEX triplet: 78, BD and CB. RGB value is (120,189,203). Sum of RGB (Red+Green+Blue) = 120+189+203=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #78BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BDCB is #874234. Grayscale: #A9A9A9. Windows color (decimal): -8864309 or 13352312. OLE color: 13352312.

HSL color Cylindrical-coordinate representation of color #78BDCB: hue angle of 190.12º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78BDCB is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 189 203 -
CMYK 0.41 0.07 0 0.20
HSL 190.12º 0.44% 0.63% -
HSV(B) 190.12º 0.41% 0.8% -
XYZ 36.72 44.7 63.19 -
YUV 169.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 120 189 203 0.41 0.07 0 0.20 190.12 0.44 0.63
Hex 78 BD CB 29 7 0 14 BE 2C 3F
Octal 170 275 313 51 7 0 24 276 54 77
Binary 1111000 10111101 11001011 101001 111 0 10100 10111110 101100 111111

Color Harmonies of #78BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BDCB

Black with #78BDCB

Text Example


Text Example

White with #78BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78BDCB; }

 p { color: rgb(120,189,203); }

 H1.HeaderClassName
 {
   color: #78BDCB;
 }
 .AnyTagClassName
 {
   color: #78BDCB;
 }
</style>

background-color css

<style>
 a { background-color: #78BDCB; }

 a { background-color: rgb(120,189,203); }

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

border-color css

<style>
 span { border-color: #78BDCB; }

 span { border-color: rgb(120,189,203); }

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