Html Css Color HEX #31BDF2 Summer Sky

📋 copy color: '#31BDF2'

red 49 ◦ green 189 ◦ blue 242

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

Shades of Summer Sky #31BDF2

Tints of Summer Sky #31BDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.42%

R = 10.21%
G = 39.38%
B = 50.42%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#31BDF2 (or 0x31BDF2) is known color: Summer Sky. HEX triplet: 31, BD and F2. RGB value is (49,189,242). Sum of RGB (Red+Green+Blue) = 49+189+242=480 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.21% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #31BDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BDF2 is #CE420D. Grayscale: #989898. Windows color (decimal): -13517326 or 15908145. OLE color: 15908145.

HSL color Cylindrical-coordinate representation of color #31BDF2: hue angle of 196.48º degrees, saturation: 0.88, 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 #31BDF2 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 189 242 -
CMYK 0.80 0.22 0 0.05
HSL 196.48º 0.88% 0.57% -
HSV(B) 196.48º 0.8% 0.95% -
XYZ 35.49 43.46 90.52 -
YUV 153.18 178.12 53.69 -
System Red Green Blue C M Y K H S L
Decimal 49 189 242 0.80 0.22 0 0.05 196.48 0.88 0.57
Hex 31 BD F2 50 16 0 5 C4 58 39
Octal 61 275 362 120 26 0 5 304 130 71
Binary 110001 10111101 11110010 1010000 10110 0 101 11000100 1011000 111001

Color Harmonies of #31BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BDF2

Black with #31BDF2

Text Example


Text Example

White with #31BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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