Html Css Color HEX #31BDFD Summer Sky

📋 copy color: '#31BDFD'

red 49 ◦ green 189 ◦ blue 253

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

Shades of Summer Sky #31BDFD

Tints of Summer Sky #31BDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.53%

R = 9.98%
G = 38.49%
B = 51.53%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#31BDFD (or 0x31BDFD) is known color: Summer Sky. HEX triplet: 31, BD and FD. RGB value is (49,189,253). Sum of RGB (Red+Green+Blue) = 49+189+253=491 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.98% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #31BDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BDFD is #CE4202. Grayscale: #9A9A9A. Windows color (decimal): -13517315 or 16629041. OLE color: 16629041.

HSL color Cylindrical-coordinate representation of color #31BDFD: hue angle of 198.82º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31BDFD is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 189 253 -
CMYK 0.81 0.25 0 0.01
HSL 198.82º 0.98% 0.59% -
HSV(B) 198.82º 0.81% 0.99% -
XYZ 37.19 44.14 99.49 -
YUV 154.44 183.62 52.8 -
System Red Green Blue C M Y K H S L
Decimal 49 189 253 0.81 0.25 0 0.01 198.82 0.98 0.59
Hex 31 BD FD 51 19 0 1 C7 62 3B
Octal 61 275 375 121 31 0 1 307 142 73
Binary 110001 10111101 11111101 1010001 11001 0 1 11000111 1100010 111011

Color Harmonies of #31BDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BDFD

Black with #31BDFD

Text Example


Text Example

White with #31BDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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