Html Css Color HEX #31BDFF Summer Sky

📋 copy color: '#31BDFF'

red 49 ◦ green 189 ◦ blue 255

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

Shades of Summer Sky #31BDFF

Tints of Summer Sky #31BDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.72%

R = 9.94%
G = 38.34%
B = 51.72%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#31BDFF (or 0x31BDFF) is known color: Summer Sky. HEX triplet: 31, BD and FF. RGB value is (49,189,255). Sum of RGB (Red+Green+Blue) = 49+189+255=493 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.94% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #31BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BDFF is #CE4200. Grayscale: #9A9A9A. Windows color (decimal): -13517313 or 16760113. OLE color: 16760113.

HSL color Cylindrical-coordinate representation of color #31BDFF: hue angle of 199.22º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31BDFF is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 189 255 -
CMYK 0.81 0.26 0 0
HSL 199.22º 1% 0.6% -
HSV(B) 199.22º 0.81% 1% -
XYZ 37.51 44.27 101.18 -
YUV 154.66 184.62 52.63 -
System Red Green Blue C M Y K H S L
Decimal 49 189 255 0.81 0.26 0 0 199.22 1 0.6
Hex 31 BD FF 51 1A 0 0 C7 64 3C
Octal 61 275 377 121 32 0 0 307 144 74
Binary 110001 10111101 11111111 1010001 11010 0 0 11000111 1100100 111100

Color Harmonies of #31BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BDFF

Black with #31BDFF

Text Example


Text Example

White with #31BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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