Html Css Color HEX #83CFE1 Spray

📋 copy color: '#83CFE1'

red 131 ◦ green 207 ◦ blue 225

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

Shades of Spray #83CFE1

Tints of Spray #83CFE1

RGB

 RED value IS 131 (51.56% from 255) = 23.27%

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

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

R = 23.27%
G = 36.77%
B = 39.96%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#83CFE1 (or 0x83CFE1) is known color: Spray. HEX triplet: 83, CF and E1. RGB value is (131,207,225). Sum of RGB (Red+Green+Blue) = 131+207+225=563 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.27% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #83CFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFE1 is #7C301E. Grayscale: #BABABA. Windows color (decimal): -8138783 or 14798723. OLE color: 14798723.

HSL color Cylindrical-coordinate representation of color #83CFE1: hue angle of 191.49º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83CFE1 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 207 225 -
CMYK 0.42 0.08 0 0.12
HSL 191.49º 0.61% 0.7% -
HSV(B) 191.49º 0.42% 0.88% -
XYZ 45.26 54.89 79.44 -
YUV 186.33 149.82 88.54 -
System Red Green Blue C M Y K H S L
Decimal 131 207 225 0.42 0.08 0 0.12 191.49 0.61 0.7
Hex 83 CF E1 2A 8 0 C BF 3D 46
Octal 203 317 341 52 10 0 14 277 75 106
Binary 10000011 11001111 11100001 101010 1000 0 1100 10111111 111101 1000110

Color Harmonies of #83CFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CFE1

Black with #83CFE1

Text Example


Text Example

White with #83CFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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