Html Css Color HEX #7FCCDD Spray

📋 copy color: '#7FCCDD'

red 127 ◦ green 204 ◦ blue 221

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

Shades of Spray #7FCCDD

Tints of Spray #7FCCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.96%

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

R = 23.01%
G = 36.96%
B = 40.04%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7FCCDD (or 0x7FCCDD) is known color: Spray. HEX triplet: 7F, CC and DD. RGB value is (127,204,221). Sum of RGB (Red+Green+Blue) = 127+204+221=552 (73% of max value = 765). Red value is 127 (50% from 255 or 23.01% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FCCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCDD is #803322. Grayscale: #B6B6B6. Windows color (decimal): -8401699 or 14535807. OLE color: 14535807.

HSL color Cylindrical-coordinate representation of color #7FCCDD: hue angle of 190.85º 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 #7FCCDD is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 204 221 -
CMYK 0.43 0.08 0 0.13
HSL 190.85º 0.58% 0.68% -
HSV(B) 190.85º 0.43% 0.87% -
XYZ 43.4 52.92 76.33 -
YUV 182.92 149.49 88.12 -
System Red Green Blue C M Y K H S L
Decimal 127 204 221 0.43 0.08 0 0.13 190.85 0.58 0.68
Hex 7F CC DD 2B 8 0 D BF 3A 44
Octal 177 314 335 53 10 0 15 277 72 104
Binary 1111111 11001100 11011101 101011 1000 0 1101 10111111 111010 1000100

Color Harmonies of #7FCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCCDD

Black with #7FCCDD

Text Example


Text Example

White with #7FCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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