Html Css Color HEX #31CADC Summer Sky

📋 copy color: '#31CADC'

red 49 ◦ green 202 ◦ blue 220

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

Shades of Summer Sky #31CADC

Tints of Summer Sky #31CADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.89%

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 10.4%
G = 42.89%
B = 46.71%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#31CADC (or 0x31CADC) is known color: Summer Sky. HEX triplet: 31, CA and DC. RGB value is (49,202,220). Sum of RGB (Red+Green+Blue) = 49+202+220=471 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.40% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #31CADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CADC is #CE3523. Grayscale: #9E9E9E. Windows color (decimal): -13514020 or 14469681. OLE color: 14469681.

HSL color Cylindrical-coordinate representation of color #31CADC: hue angle of 186.32º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31CADC is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 202 220 -
CMYK 0.78 0.08 0 0.14
HSL 186.32º 0.71% 0.53% -
HSV(B) 186.32º 0.78% 0.86% -
XYZ 35.31 48.06 75.13 -
YUV 158.31 162.81 50.04 -
System Red Green Blue C M Y K H S L
Decimal 49 202 220 0.78 0.08 0 0.14 186.32 0.71 0.53
Hex 31 CA DC 4E 8 0 E BA 47 35
Octal 61 312 334 116 10 0 16 272 107 65
Binary 110001 11001010 11011100 1001110 1000 0 1110 10111010 1000111 110101

Color Harmonies of #31CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CADC

Black with #31CADC

Text Example


Text Example

White with #31CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,202,220); }

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

background-color css

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

 a { background-color: rgb(49,202,220); }

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

border-color css

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

 span { border-color: rgb(49,202,220); }

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