Html Css Color HEX #78B5CB Seagull

📋 copy color: '#78B5CB'

red 120 ◦ green 181 ◦ blue 203

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

Shades of Seagull #78B5CB

Tints of Seagull #78B5CB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.91%

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

R = 23.81%
G = 35.91%
B = 40.28%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#78B5CB (or 0x78B5CB) is known color: Seagull. HEX triplet: 78, B5 and CB. RGB value is (120,181,203). Sum of RGB (Red+Green+Blue) = 120+181+203=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #78B5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B5CB is #874A34. Grayscale: #A5A5A5. Windows color (decimal): -8866357 or 13350264. OLE color: 13350264.

HSL color Cylindrical-coordinate representation of color #78B5CB: hue angle of 195.9º 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 #78B5CB is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 181 203 -
CMYK 0.41 0.11 0 0.20
HSL 195.9º 0.44% 0.63% -
HSV(B) 195.9º 0.41% 0.8% -
XYZ 35.05 41.35 62.63 -
YUV 165.27 149.29 95.71 -
System Red Green Blue C M Y K H S L
Decimal 120 181 203 0.41 0.11 0 0.20 195.9 0.44 0.63
Hex 78 B5 CB 29 B 0 14 C4 2C 3F
Octal 170 265 313 51 13 0 24 304 54 77
Binary 1111000 10110101 11001011 101001 1011 0 10100 11000100 101100 111111

Color Harmonies of #78B5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B5CB

Black with #78B5CB

Text Example


Text Example

White with #78B5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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