Html Css Color HEX #31C0EF Summer Sky

📋 copy color: '#31C0EF'

red 49 ◦ green 192 ◦ blue 239

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

Shades of Summer Sky #31C0EF

Tints of Summer Sky #31C0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40%

 BLUE value IS 239 (93.75% from 255) = 49.79%

R = 10.21%
G = 40%
B = 49.79%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#31C0EF (or 0x31C0EF) is known color: Summer Sky. HEX triplet: 31, C0 and EF. RGB value is (49,192,239). Sum of RGB (Red+Green+Blue) = 49+192+239=480 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.21% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #31C0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C0EF is #CE3F10. Grayscale: #9A9A9A. Windows color (decimal): -13516561 or 15712305. OLE color: 15712305.

HSL color Cylindrical-coordinate representation of color #31C0EF: hue angle of 194.84º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31C0EF is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 192 239 -
CMYK 0.79 0.20 0 0.06
HSL 194.84º 0.86% 0.56% -
HSV(B) 194.84º 0.79% 0.94% -
XYZ 35.7 44.58 88.39 -
YUV 154.6 175.62 52.68 -
System Red Green Blue C M Y K H S L
Decimal 49 192 239 0.79 0.20 0 0.06 194.84 0.86 0.56
Hex 31 C0 EF 4F 14 0 6 C3 56 38
Octal 61 300 357 117 24 0 6 303 126 70
Binary 110001 11000000 11101111 1001111 10100 0 110 11000011 1010110 111000

Color Harmonies of #31C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C0EF

Black with #31C0EF

Text Example


Text Example

White with #31C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,192,239); }

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

background-color css

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

 a { background-color: rgb(49,192,239); }

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

border-color css

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

 span { border-color: rgb(49,192,239); }

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