#7fcbda

Color #7FCBDA Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #7FCBDA

Tints of Spray #7FCBDA

Color information

#7FCBDA (or 0x7FCBDA) is unknown color: approx Spray. HEX triplet: 7F, CB and DA. RGB value is (127,203,218). Sum of RGB (Red+Green+Blue) = 127+203+218=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FCBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCBDA is #803425. Grayscale: #B5B5B5. Windows color (decimal): -8401958 or 14338943. OLE color: 14338943.

HSL color Cylindrical-coordinate representation of color #7FCBDA: hue angle of 189.89º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FCBDA is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB127203218-
CMYK0.420.0700.15
HSL189.89º55.15%67.65%-
HSV(B)189.89º41.74%85.49%-
XYZ42.7652.2974.17-
YUV181.99148.3288.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.18%
GREEN value IS 203 (79.69% from 255) = 37.04%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=23.18%
G=37.04%
B=39.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272032180.420.0700.15189.8955.1567.65
Hex7FCBDA2A70Fbe3744
Octal17731333252701727667104
Binary1111111110010111101101010101011101111101111101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fcbda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,203,218); }

 H1.HeaderClassName
 {
   color: #7fcbda;
 }
 .AnyTagClassName
 {
   color: #7fcbda;
 }
</style>
background-color css

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

 a { background-color: rgb(127,203,218); }

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

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

 span { border-color: rgb(127,203,218); }

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