Html Css Color HEX #7CCEDD Spray

📋 copy color: '#7CCEDD'

red 124 ◦ green 206 ◦ blue 221

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

Shades of Spray #7CCEDD

Tints of Spray #7CCEDD

RGB

 RED value IS 124 (48.83% from 255) = 22.5%

 GREEN value IS 206 (80.86% from 255) = 37.39%

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

R = 22.5%
G = 37.39%
B = 40.11%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7CCEDD (or 0x7CCEDD) is known color: Spray. HEX triplet: 7C, CE and DD. RGB value is (124,206,221). Sum of RGB (Red+Green+Blue) = 124+206+221=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CCEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCEDD is #833122. Grayscale: #B7B7B7. Windows color (decimal): -8597795 or 14536316. OLE color: 14536316.

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

Color convert

RGB 124 206 221 -
CMYK 0.44 0.07 0 0.13
HSL 189.28º 0.59% 0.68% -
HSV(B) 189.28º 0.44% 0.87% -
XYZ 43.43 53.65 76.47 -
YUV 183.19 149.33 85.78 -
System Red Green Blue C M Y K H S L
Decimal 124 206 221 0.44 0.07 0 0.13 189.28 0.59 0.68
Hex 7C CE DD 2C 7 0 D BD 3B 44
Octal 174 316 335 54 7 0 15 275 73 104
Binary 1111100 11001110 11011101 101100 111 0 1101 10111101 111011 1000100

Color Harmonies of #7CCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCEDD

Black with #7CCEDD

Text Example


Text Example

White with #7CCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,206,221); }

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

background-color css

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

 a { background-color: rgb(124,206,221); }

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

border-color css

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

 span { border-color: rgb(124,206,221); }

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