Html Css Color HEX #31BDFC Summer Sky

📋 copy color: '#31BDFC'

red 49 ◦ green 189 ◦ blue 252

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

Shades of Summer Sky #31BDFC

Tints of Summer Sky #31BDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 10%
G = 38.57%
B = 51.43%

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

#31BDFC (or 0x31BDFC) is known color: Summer Sky. HEX triplet: 31, BD and FC. RGB value is (49,189,252). Sum of RGB (Red+Green+Blue) = 49+189+252=490 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #31BDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BDFC is #CE4203. Grayscale: #999999. Windows color (decimal): -13517316 or 16563505. OLE color: 16563505.

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

Color convert

RGB 49 189 252 -
CMYK 0.81 0.25 0 0.01
HSL 198.62º 0.97% 0.59% -
HSV(B) 198.62º 0.81% 0.99% -
XYZ 37.03 44.08 98.65 -
YUV 154.32 183.12 52.88 -
System Red Green Blue C M Y K H S L
Decimal 49 189 252 0.81 0.25 0 0.01 198.62 0.97 0.59
Hex 31 BD FC 51 19 0 1 C7 61 3B
Octal 61 275 374 121 31 0 1 307 141 73
Binary 110001 10111101 11111100 1010001 11001 0 1 11000111 1100001 111011

Color Harmonies of #31BDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BDFC

Black with #31BDFC

Text Example


Text Example

White with #31BDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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