Html Css Color HEX #31B4CF Summer Sky

📋 copy color: '#31B4CF'

red 49 ◦ green 180 ◦ blue 207

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

Shades of Summer Sky #31B4CF

Tints of Summer Sky #31B4CF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.28%

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

R = 11.24%
G = 41.28%
B = 47.48%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#31B4CF (or 0x31B4CF) is known color: Summer Sky. HEX triplet: 31, B4 and CF. RGB value is (49,180,207). Sum of RGB (Red+Green+Blue) = 49+180+207=436 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.24% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #31B4CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31B4CF is #CE4B30. Grayscale: #8F8F8F. Windows color (decimal): -13519665 or 13612081. OLE color: 13612081.

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

Color convert

RGB 49 180 207 -
CMYK 0.76 0.13 0 0.19
HSL 190.25º 0.62% 0.5% -
HSV(B) 190.25º 0.76% 0.81% -
XYZ 28.85 37.8 64.81 -
YUV 143.91 163.6 60.3 -
System Red Green Blue C M Y K H S L
Decimal 49 180 207 0.76 0.13 0 0.19 190.25 0.62 0.5
Hex 31 B4 CF 4C D 0 13 BE 3E 32
Octal 61 264 317 114 15 0 23 276 76 62
Binary 110001 10110100 11001111 1001100 1101 0 10011 10111110 111110 110010

Color Harmonies of #31B4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B4CF

Black with #31B4CF

Text Example


Text Example

White with #31B4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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