Html Css Color HEX #7FCEDA Spray

📋 copy color: '#7FCEDA'

red 127 ◦ green 206 ◦ blue 218

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

Shades of Spray #7FCEDA

Tints of Spray #7FCEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 23.05%
G = 37.39%
B = 39.56%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7FCEDA (or 0x7FCEDA) is known color: Spray. HEX triplet: 7F, CE and DA. RGB value is (127,206,218). Sum of RGB (Red+Green+Blue) = 127+206+218=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FCEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEDA is #803125. Grayscale: #B7B7B7. Windows color (decimal): -8401190 or 14339711. OLE color: 14339711.

HSL color Cylindrical-coordinate representation of color #7FCEDA: hue angle of 187.91º 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 #7FCEDA is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 206 218 -
CMYK 0.42 0.06 0 0.15
HSL 187.91º 0.55% 0.68% -
HSV(B) 187.91º 0.42% 0.85% -
XYZ 43.48 53.72 74.41 -
YUV 183.75 147.33 87.52 -
System Red Green Blue C M Y K H S L
Decimal 127 206 218 0.42 0.06 0 0.15 187.91 0.55 0.68
Hex 7F CE DA 2A 6 0 F BC 37 44
Octal 177 316 332 52 6 0 17 274 67 104
Binary 1111111 11001110 11011010 101010 110 0 1111 10111100 110111 1000100

Color Harmonies of #7FCEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCEDA

Black with #7FCEDA

Text Example


Text Example

White with #7FCEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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