Html Css Color HEX #71CFD6 Spray

📋 copy color: '#71CFD6'

red 113 ◦ green 207 ◦ blue 214

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

Shades of Spray #71CFD6

Tints of Spray #71CFD6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.76%

 BLUE value IS 214 (83.98% from 255) = 40.07%

R = 21.16%
G = 38.76%
B = 40.07%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#71CFD6 (or 0x71CFD6) is known color: Spray. HEX triplet: 71, CF and D6. RGB value is (113,207,214). Sum of RGB (Red+Green+Blue) = 113+207+214=534 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.16% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #71CFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFD6 is #8E3029. Grayscale: #B3B3B3. Windows color (decimal): -9318442 or 14077809. OLE color: 14077809.

HSL color Cylindrical-coordinate representation of color #71CFD6: hue angle of 184.16º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71CFD6 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 207 214 -
CMYK 0.47 0.03 0 0.16
HSL 184.16º 0.55% 0.64% -
HSV(B) 184.16º 0.47% 0.84% -
XYZ 41.26 52.99 71.67 -
YUV 179.69 147.36 80.43 -
System Red Green Blue C M Y K H S L
Decimal 113 207 214 0.47 0.03 0 0.16 184.16 0.55 0.64
Hex 71 CF D6 2F 3 0 10 B8 37 40
Octal 161 317 326 57 3 0 20 270 67 100
Binary 1110001 11001111 11010110 101111 11 0 10000 10111000 110111 1000000

Color Harmonies of #71CFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CFD6

Black with #71CFD6

Text Example


Text Example

White with #71CFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,207,214); }

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

background-color css

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

 a { background-color: rgb(113,207,214); }

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

border-color css

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

 span { border-color: rgb(113,207,214); }

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