Html Css Color HEX #31DAFF Summer Sky

📋 copy color: '#31DAFF'

red 49 ◦ green 218 ◦ blue 255

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

Shades of Summer Sky #31DAFF

Tints of Summer Sky #31DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.76%

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

R = 9.39%
G = 41.76%
B = 48.85%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#31DAFF (or 0x31DAFF) is known color: Summer Sky. HEX triplet: 31, DA and FF. RGB value is (49,218,255). Sum of RGB (Red+Green+Blue) = 49+218+255=522 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.39% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #31DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DAFF is #CE2500. Grayscale: #ABABAB. Windows color (decimal): -13509889 or 16767537. OLE color: 16767537.

HSL color Cylindrical-coordinate representation of color #31DAFF: hue angle of 190.78º 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 #31DAFF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 218 255 -
CMYK 0.81 0.15 0 0
HSL 190.78º 1% 0.6% -
HSV(B) 190.78º 0.81% 1% -
XYZ 44.39 58.02 103.47 -
YUV 171.69 175.01 40.49 -
System Red Green Blue C M Y K H S L
Decimal 49 218 255 0.81 0.15 0 0 190.78 1 0.6
Hex 31 DA FF 51 F 0 0 BF 64 3C
Octal 61 332 377 121 17 0 0 277 144 74
Binary 110001 11011010 11111111 1010001 1111 0 0 10111111 1100100 111100

Color Harmonies of #31DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DAFF

Black with #31DAFF

Text Example


Text Example

White with #31DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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