Html Css Color HEX #1FBDEF Summer Sky

📋 copy color: '#1FBDEF'

red 31 ◦ green 189 ◦ blue 239

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

Shades of Summer Sky #1FBDEF

Tints of Summer Sky #1FBDEF

RGB

 RED value IS 31 (12.5% from 255) = 6.75%

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

 BLUE value IS 239 (93.75% from 255) = 52.07%

R = 6.75%
G = 41.18%
B = 52.07%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1FBDEF (or 0x1FBDEF) is known color: Summer Sky. HEX triplet: 1F, BD and EF. RGB value is (31,189,239). Sum of RGB (Red+Green+Blue) = 31+189+239=459 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.75% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #1FBDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBDEF is #E04210. Grayscale: #939393. Windows color (decimal): -14696977 or 15711519. OLE color: 15711519.

HSL color Cylindrical-coordinate representation of color #1FBDEF: hue angle of 194.42º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FBDEF is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 189 239 -
CMYK 0.87 0.21 0 0.06
HSL 194.42º 0.87% 0.53% -
HSV(B) 194.42º 0.87% 0.94% -
XYZ 34.34 42.92 88.14 -
YUV 147.46 179.65 44.93 -
System Red Green Blue C M Y K H S L
Decimal 31 189 239 0.87 0.21 0 0.06 194.42 0.87 0.53
Hex 1F BD EF 57 15 0 6 C2 57 35
Octal 37 275 357 127 25 0 6 302 127 65
Binary 11111 10111101 11101111 1010111 10101 0 110 11000010 1010111 110101

Color Harmonies of #1FBDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBDEF

Black with #1FBDEF

Text Example


Text Example

White with #1FBDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FBDEF; }

 p { color: rgb(31,189,239); }

 H1.HeaderClassName
 {
   color: #1FBDEF;
 }
 .AnyTagClassName
 {
   color: #1FBDEF;
 }
</style>

background-color css

<style>
 a { background-color: #1FBDEF; }

 a { background-color: rgb(31,189,239); }

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

border-color css

<style>
 span { border-color: #1FBDEF; }

 span { border-color: rgb(31,189,239); }

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