Html Css Color HEX #71CFE1 Spray

📋 copy color: '#71CFE1'

red 113 ◦ green 207 ◦ blue 225

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

Shades of Spray #71CFE1

Tints of Spray #71CFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.28%

R = 20.73%
G = 37.98%
B = 41.28%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#71CFE1 (or 0x71CFE1) is known color: Spray. HEX triplet: 71, CF and E1. RGB value is (113,207,225). Sum of RGB (Red+Green+Blue) = 113+207+225=545 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.73% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #71CFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFE1 is #8E301E. Grayscale: #B4B4B4. Windows color (decimal): -9318431 or 14798705. OLE color: 14798705.

HSL color Cylindrical-coordinate representation of color #71CFE1: hue angle of 189.64º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71CFE1 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 207 225 -
CMYK 0.50 0.08 0 0.12
HSL 189.64º 0.65% 0.66% -
HSV(B) 189.64º 0.5% 0.88% -
XYZ 42.71 53.57 79.32 -
YUV 180.95 152.86 79.54 -
System Red Green Blue C M Y K H S L
Decimal 113 207 225 0.50 0.08 0 0.12 189.64 0.65 0.66
Hex 71 CF E1 32 8 0 C BE 41 42
Octal 161 317 341 62 10 0 14 276 101 102
Binary 1110001 11001111 11100001 110010 1000 0 1100 10111110 1000001 1000010

Color Harmonies of #71CFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CFE1

Black with #71CFE1

Text Example


Text Example

White with #71CFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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