Html Css Color HEX #31CFF7 Summer Sky

📋 copy color: '#31CFF7'

red 49 ◦ green 207 ◦ blue 247

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

Shades of Summer Sky #31CFF7

Tints of Summer Sky #31CFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.11%

R = 9.74%
G = 41.15%
B = 49.11%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#31CFF7 (or 0x31CFF7) is known color: Summer Sky. HEX triplet: 31, CF and F7. RGB value is (49,207,247). Sum of RGB (Red+Green+Blue) = 49+207+247=503 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.74% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #31CFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CFF7 is #CE3008. Grayscale: #A4A4A4. Windows color (decimal): -13512713 or 16240433. OLE color: 16240433.

HSL color Cylindrical-coordinate representation of color #31CFF7: hue angle of 192.12º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31CFF7 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 49 207 247 -
CMYK 0.80 0.16 0 0.03
HSL 192.12º 0.93% 0.58% -
HSV(B) 192.12º 0.8% 0.97% -
XYZ 40.37 51.99 95.9 -
YUV 164.32 174.65 45.75 -
System Red Green Blue C M Y K H S L
Decimal 49 207 247 0.80 0.16 0 0.03 192.12 0.93 0.58
Hex 31 CF F7 50 10 0 3 C0 5D 3A
Octal 61 317 367 120 20 0 3 300 135 72
Binary 110001 11001111 11110111 1010000 10000 0 11 11000000 1011101 111010

Color Harmonies of #31CFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CFF7

Black with #31CFF7

Text Example


Text Example

White with #31CFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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