Html Css Color HEX #1FBBDB Summer Sky

📋 copy color: '#1FBBDB'

red 31 ◦ green 187 ◦ blue 219

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

Shades of Summer Sky #1FBBDB

Tints of Summer Sky #1FBBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.79%

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 7.09%
G = 42.79%
B = 50.11%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1FBBDB (or 0x1FBBDB) is known color: Summer Sky. HEX triplet: 1F, BB and DB. RGB value is (31,187,219). Sum of RGB (Red+Green+Blue) = 31+187+219=437 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.09% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FBBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBBDB is #E04424. Grayscale: #8F8F8F. Windows color (decimal): -14697509 or 14400287. OLE color: 14400287.

HSL color Cylindrical-coordinate representation of color #1FBBDB: hue angle of 190.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FBBDB is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 187 219 -
CMYK 0.86 0.15 0 0.14
HSL 190.21º 0.75% 0.49% -
HSV(B) 190.21º 0.86% 0.86% -
XYZ 31.12 40.95 73.28 -
YUV 144 170.32 47.4 -
System Red Green Blue C M Y K H S L
Decimal 31 187 219 0.86 0.15 0 0.14 190.21 0.75 0.49
Hex 1F BB DB 56 F 0 E BE 4B 31
Octal 37 273 333 126 17 0 16 276 113 61
Binary 11111 10111011 11011011 1010110 1111 0 1110 10111110 1001011 110001

Color Harmonies of #1FBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBBDB

Black with #1FBBDB

Text Example


Text Example

White with #1FBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,187,219); }

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

background-color css

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

 a { background-color: rgb(31,187,219); }

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

border-color css

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

 span { border-color: rgb(31,187,219); }

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