Html Css Color HEX #1FBBF0 Summer Sky

📋 copy color: '#1FBBF0'

red 31 ◦ green 187 ◦ blue 240

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

Shades of Summer Sky #1FBBF0

Tints of Summer Sky #1FBBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.4%

R = 6.77%
G = 40.83%
B = 52.4%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1FBBF0 (or 0x1FBBF0) is known color: Summer Sky. HEX triplet: 1F, BB and F0. RGB value is (31,187,240). Sum of RGB (Red+Green+Blue) = 31+187+240=458 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.77% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #1FBBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBBF0 is #E0440F. Grayscale: #929292. Windows color (decimal): -14697488 or 15776543. OLE color: 15776543.

HSL color Cylindrical-coordinate representation of color #1FBBF0: hue angle of 195.22º 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 #1FBBF0 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 187 240 -
CMYK 0.87 0.22 0 0.06
HSL 195.22º 0.87% 0.53% -
HSV(B) 195.22º 0.87% 0.94% -
XYZ 34.06 42.12 88.77 -
YUV 146.4 180.82 45.69 -
System Red Green Blue C M Y K H S L
Decimal 31 187 240 0.87 0.22 0 0.06 195.22 0.87 0.53
Hex 1F BB F0 57 16 0 6 C3 57 35
Octal 37 273 360 127 26 0 6 303 127 65
Binary 11111 10111011 11110000 1010111 10110 0 110 11000011 1010111 110101

Color Harmonies of #1FBBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBBF0

Black with #1FBBF0

Text Example


Text Example

White with #1FBBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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