Html Css Color HEX #31CCF1 Summer Sky

📋 copy color: '#31CCF1'

red 49 ◦ green 204 ◦ blue 241

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

Shades of Summer Sky #31CCF1

Tints of Summer Sky #31CCF1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.3%

 BLUE value IS 241 (94.53% from 255) = 48.79%

R = 9.92%
G = 41.3%
B = 48.79%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#31CCF1 (or 0x31CCF1) is known color: Summer Sky. HEX triplet: 31, CC and F1. RGB value is (49,204,241). Sum of RGB (Red+Green+Blue) = 49+204+241=494 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.92% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #31CCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CCF1 is #CE330E. Grayscale: #A1A1A1. Windows color (decimal): -13513487 or 15846449. OLE color: 15846449.

HSL color Cylindrical-coordinate representation of color #31CCF1: hue angle of 191.56º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31CCF1 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 204 241 -
CMYK 0.80 0.15 0 0.05
HSL 191.56º 0.87% 0.57% -
HSV(B) 191.56º 0.8% 0.95% -
XYZ 38.74 50.19 90.87 -
YUV 161.87 172.65 47.49 -
System Red Green Blue C M Y K H S L
Decimal 49 204 241 0.80 0.15 0 0.05 191.56 0.87 0.57
Hex 31 CC F1 50 F 0 5 C0 57 39
Octal 61 314 361 120 17 0 5 300 127 71
Binary 110001 11001100 11110001 1010000 1111 0 101 11000000 1010111 111001

Color Harmonies of #31CCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CCF1

Black with #31CCF1

Text Example


Text Example

White with #31CCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,204,241); }

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

background-color css

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

 a { background-color: rgb(49,204,241); }

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

border-color css

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

 span { border-color: rgb(49,204,241); }

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