Html Css Color HEX #31BDDF Summer Sky

📋 copy color: '#31BDDF'

red 49 ◦ green 189 ◦ blue 223

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

Shades of Summer Sky #31BDDF

Tints of Summer Sky #31BDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41%

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 10.63%
G = 41%
B = 48.37%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#31BDDF (or 0x31BDDF) is known color: Summer Sky. HEX triplet: 31, BD and DF. RGB value is (49,189,223). Sum of RGB (Red+Green+Blue) = 49+189+223=461 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.63% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #31BDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDDF is #CE4220. Grayscale: #969696. Windows color (decimal): -13517345 or 14662961. OLE color: 14662961.

HSL color Cylindrical-coordinate representation of color #31BDDF: hue angle of 191.72º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31BDDF is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 189 223 -
CMYK 0.78 0.15 0 0.13
HSL 191.72º 0.73% 0.53% -
HSV(B) 191.72º 0.78% 0.87% -
XYZ 32.78 42.38 76.26 -
YUV 151.02 168.62 55.24 -
System Red Green Blue C M Y K H S L
Decimal 49 189 223 0.78 0.15 0 0.13 191.72 0.73 0.53
Hex 31 BD DF 4E F 0 D C0 49 35
Octal 61 275 337 116 17 0 15 300 111 65
Binary 110001 10111101 11011111 1001110 1111 0 1101 11000000 1001001 110101

Color Harmonies of #31BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BDDF

Black with #31BDDF

Text Example


Text Example

White with #31BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,189,223); }

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

background-color css

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

 a { background-color: rgb(49,189,223); }

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

border-color css

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

 span { border-color: rgb(49,189,223); }

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