Html Css Color HEX #71CEDA Spray

📋 copy color: '#71CEDA'

red 113 ◦ green 206 ◦ blue 218

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

Shades of Spray #71CEDA

Tints of Spray #71CEDA

RGB

 RED value IS 113 (44.53% from 255) = 21.04%

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

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

R = 21.04%
G = 38.36%
B = 40.6%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#71CEDA (or 0x71CEDA) is known color: Spray. HEX triplet: 71, CE and DA. RGB value is (113,206,218). Sum of RGB (Red+Green+Blue) = 113+206+218=537 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.04% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #71CEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CEDA is #8E3125. Grayscale: #B3B3B3. Windows color (decimal): -9318694 or 14339697. OLE color: 14339697.

HSL color Cylindrical-coordinate representation of color #71CEDA: hue angle of 186.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71CEDA is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 206 218 -
CMYK 0.48 0.06 0 0.15
HSL 186.86º 0.59% 0.65% -
HSV(B) 186.86º 0.48% 0.85% -
XYZ 41.54 52.72 74.32 -
YUV 179.56 149.69 80.52 -
System Red Green Blue C M Y K H S L
Decimal 113 206 218 0.48 0.06 0 0.15 186.86 0.59 0.65
Hex 71 CE DA 30 6 0 F BB 3B 41
Octal 161 316 332 60 6 0 17 273 73 101
Binary 1110001 11001110 11011010 110000 110 0 1111 10111011 111011 1000001

Color Harmonies of #71CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CEDA

Black with #71CEDA

Text Example


Text Example

White with #71CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71CEDA; }

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

 H1.HeaderClassName
 {
   color: #71CEDA;
 }
 .AnyTagClassName
 {
   color: #71CEDA;
 }
</style>

background-color css

<style>
 a { background-color: #71CEDA; }

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

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

border-color css

<style>
 span { border-color: #71CEDA; }

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

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