Html Css Color HEX #31BCFD Summer Sky

📋 copy color: '#31BCFD'

red 49 ◦ green 188 ◦ blue 253

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

Shades of Summer Sky #31BCFD

Tints of Summer Sky #31BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.37%

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

R = 10%
G = 38.37%
B = 51.63%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#31BCFD (or 0x31BCFD) is known color: Summer Sky. HEX triplet: 31, BC and FD. RGB value is (49,188,253). Sum of RGB (Red+Green+Blue) = 49+188+253=490 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #31BCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BCFD is #CE4302. Grayscale: #999999. Windows color (decimal): -13517571 or 16628785. OLE color: 16628785.

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

Color convert

RGB 49 188 253 -
CMYK 0.81 0.26 0 0.01
HSL 199.12º 0.98% 0.59% -
HSV(B) 199.12º 0.81% 0.99% -
XYZ 36.98 43.71 99.42 -
YUV 153.85 183.95 53.21 -
System Red Green Blue C M Y K H S L
Decimal 49 188 253 0.81 0.26 0 0.01 199.12 0.98 0.59
Hex 31 BC FD 51 1A 0 1 C7 62 3B
Octal 61 274 375 121 32 0 1 307 142 73
Binary 110001 10111100 11111101 1010001 11010 0 1 11000111 1100010 111011

Color Harmonies of #31BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCFD

Black with #31BCFD

Text Example


Text Example

White with #31BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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