Html Css Color HEX #7FDADD Spray

📋 copy color: '#7FDADD'

red 127 ◦ green 218 ◦ blue 221

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

Shades of Spray #7FDADD

Tints of Spray #7FDADD

RGB

 RED value IS 127 (50% from 255) = 22.44%

 GREEN value IS 218 (85.55% from 255) = 38.52%

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 22.44%
G = 38.52%
B = 39.05%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7FDADD (or 0x7FDADD) is known color: Spray. HEX triplet: 7F, DA and DD. RGB value is (127,218,221). Sum of RGB (Red+Green+Blue) = 127+218+221=566 (74% of max value = 765). Red value is 127 (50% from 255 or 22.44% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FDADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDADD is #802522. Grayscale: #BFBFBF. Windows color (decimal): -8398115 or 14539391. OLE color: 14539391.

HSL color Cylindrical-coordinate representation of color #7FDADD: hue angle of 181.91º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDADD is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 218 221 -
CMYK 0.43 0.01 0 0.13
HSL 181.91º 0.58% 0.68% -
HSV(B) 181.91º 0.43% 0.87% -
XYZ 46.87 59.88 77.49 -
YUV 191.13 144.85 82.26 -
System Red Green Blue C M Y K H S L
Decimal 127 218 221 0.43 0.01 0 0.13 181.91 0.58 0.68
Hex 7F DA DD 2B 1 0 D B6 3A 44
Octal 177 332 335 53 1 0 15 266 72 104
Binary 1111111 11011010 11011101 101011 1 0 1101 10110110 111010 1000100

Color Harmonies of #7FDADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDADD

Black with #7FDADD

Text Example


Text Example

White with #7FDADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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