Html Css Color HEX #31AFCF Summer Sky

📋 copy color: '#31AFCF'

red 49 ◦ green 175 ◦ blue 207

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

Shades of Summer Sky #31AFCF

Tints of Summer Sky #31AFCF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.6%

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

R = 11.37%
G = 40.6%
B = 48.03%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#31AFCF (or 0x31AFCF) is known color: Summer Sky. HEX triplet: 31, AF and CF. RGB value is (49,175,207). Sum of RGB (Red+Green+Blue) = 49+175+207=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #31AFCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AFCF is #CE5030. Grayscale: #8C8C8C. Windows color (decimal): -13520945 or 13610801. OLE color: 13610801.

HSL color Cylindrical-coordinate representation of color #31AFCF: hue angle of 192.15º 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 #31AFCF is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 175 207 -
CMYK 0.76 0.15 0 0.19
HSL 192.15º 0.62% 0.5% -
HSV(B) 192.15º 0.76% 0.81% -
XYZ 27.86 35.82 64.48 -
YUV 140.97 165.26 62.4 -
System Red Green Blue C M Y K H S L
Decimal 49 175 207 0.76 0.15 0 0.19 192.15 0.62 0.5
Hex 31 AF CF 4C F 0 13 C0 3E 32
Octal 61 257 317 114 17 0 23 300 76 62
Binary 110001 10101111 11001111 1001100 1111 0 10011 11000000 111110 110010

Color Harmonies of #31AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AFCF

Black with #31AFCF

Text Example


Text Example

White with #31AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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