Html Css Color HEX #31ADCF Summer Sky

📋 copy color: '#31ADCF'

red 49 ◦ green 173 ◦ blue 207

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

Shades of Summer Sky #31ADCF

Tints of Summer Sky #31ADCF

RGB

 RED value IS 49 (19.53% from 255) = 11.42%

 GREEN value IS 173 (67.97% from 255) = 40.33%

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 11.42%
G = 40.33%
B = 48.25%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#31ADCF (or 0x31ADCF) is known color: Summer Sky. HEX triplet: 31, AD and CF. RGB value is (49,173,207). Sum of RGB (Red+Green+Blue) = 49+173+207=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #31ADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADCF is #CE5230. Grayscale: #8B8B8B. Windows color (decimal): -13521457 or 13610289. OLE color: 13610289.

HSL color Cylindrical-coordinate representation of color #31ADCF: hue angle of 192.91º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31ADCF is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 173 207 -
CMYK 0.76 0.16 0 0.19
HSL 192.91º 0.62% 0.5% -
HSV(B) 192.91º 0.76% 0.81% -
XYZ 27.47 35.05 64.35 -
YUV 139.8 165.92 63.24 -
System Red Green Blue C M Y K H S L
Decimal 49 173 207 0.76 0.16 0 0.19 192.91 0.62 0.5
Hex 31 AD CF 4C 10 0 13 C1 3E 32
Octal 61 255 317 114 20 0 23 301 76 62
Binary 110001 10101101 11001111 1001100 10000 0 10011 11000001 111110 110010

Color Harmonies of #31ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ADCF

Black with #31ADCF

Text Example


Text Example

White with #31ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31ADCF; }

 p { color: rgb(49,173,207); }

 H1.HeaderClassName
 {
   color: #31ADCF;
 }
 .AnyTagClassName
 {
   color: #31ADCF;
 }
</style>

background-color css

<style>
 a { background-color: #31ADCF; }

 a { background-color: rgb(49,173,207); }

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

border-color css

<style>
 span { border-color: #31ADCF; }

 span { border-color: rgb(49,173,207); }

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