Html Css Color HEX #78CBCC Spray

📋 copy color: '#78CBCC'

red 120 ◦ green 203 ◦ blue 204

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

Shades of Spray #78CBCC

Tints of Spray #78CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.52%

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 22.77%
G = 38.52%
B = 38.71%

CMYK

 C value IS 0.41

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#78CBCC (or 0x78CBCC) is known color: Spray. HEX triplet: 78, CB and CC. RGB value is (120,203,204). Sum of RGB (Red+Green+Blue) = 120+203+204=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #78CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CBCC is #873433. Grayscale: #B2B2B2. Windows color (decimal): -8860724 or 13421432. OLE color: 13421432.

HSL color Cylindrical-coordinate representation of color #78CBCC: hue angle of 180.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CBCC is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 203 204 -
CMYK 0.41 0.00 0 0.2
HSL 180.71º 0.45% 0.64% -
HSV(B) 180.71º 0.41% 0.8% -
XYZ 40 51.06 64.87 -
YUV 178.3 142.5 86.42 -
System Red Green Blue C M Y K H S L
Decimal 120 203 204 0.41 0.00 0 0.2 180.71 0.45 0.64
Hex 78 CB CC 29 0 0 14 B5 2D 40
Octal 170 313 314 51 0 0 24 265 55 100
Binary 1111000 11001011 11001100 101001 0 0 10100 10110101 101101 1000000

Color Harmonies of #78CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CBCC

Black with #78CBCC

Text Example


Text Example

White with #78CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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