Html Css Color HEX #31BDFB Summer Sky

📋 copy color: '#31BDFB'

red 49 ◦ green 189 ◦ blue 251

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

Shades of Summer Sky #31BDFB

Tints of Summer Sky #31BDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.33%

R = 10.02%
G = 38.65%
B = 51.33%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#31BDFB (or 0x31BDFB) is known color: Summer Sky. HEX triplet: 31, BD and FB. RGB value is (49,189,251). Sum of RGB (Red+Green+Blue) = 49+189+251=489 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.02% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #31BDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BDFB is #CE4204. Grayscale: #999999. Windows color (decimal): -13517317 or 16497969. OLE color: 16497969.

HSL color Cylindrical-coordinate representation of color #31BDFB: hue angle of 198.42º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31BDFB is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 189 251 -
CMYK 0.80 0.25 0 0.02
HSL 198.42º 0.96% 0.59% -
HSV(B) 198.42º 0.8% 0.98% -
XYZ 36.88 44.01 97.82 -
YUV 154.21 182.62 52.96 -
System Red Green Blue C M Y K H S L
Decimal 49 189 251 0.80 0.25 0 0.02 198.42 0.96 0.59
Hex 31 BD FB 50 19 0 2 C6 60 3B
Octal 61 275 373 120 31 0 2 306 140 73
Binary 110001 10111101 11111011 1010000 11001 0 10 11000110 1100000 111011

Color Harmonies of #31BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BDFB

Black with #31BDFB

Text Example


Text Example

White with #31BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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