Html Css Color HEX #1FACDB Summer Sky

📋 copy color: '#1FACDB'

red 31 ◦ green 172 ◦ blue 219

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

Shades of Summer Sky #1FACDB

Tints of Summer Sky #1FACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.76%

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

R = 7.35%
G = 40.76%
B = 51.9%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1FACDB (or 0x1FACDB) is known color: Summer Sky. HEX triplet: 1F, AC and DB. RGB value is (31,172,219). Sum of RGB (Red+Green+Blue) = 31+172+219=422 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.35% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FACDB is #E05324. Grayscale: #868686. Windows color (decimal): -14701349 or 14396447. OLE color: 14396447.

HSL color Cylindrical-coordinate representation of color #1FACDB: hue angle of 195º 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 #1FACDB is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 172 219 -
CMYK 0.86 0.21 0 0.14
HSL 195º 0.75% 0.49% -
HSV(B) 195º 0.86% 0.86% -
XYZ 28.1 34.91 72.28 -
YUV 135.2 175.29 53.68 -
System Red Green Blue C M Y K H S L
Decimal 31 172 219 0.86 0.21 0 0.14 195 0.75 0.49
Hex 1F AC DB 56 15 0 E C3 4B 31
Octal 37 254 333 126 25 0 16 303 113 61
Binary 11111 10101100 11011011 1010110 10101 0 1110 11000011 1001011 110001

Color Harmonies of #1FACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FACDB

Black with #1FACDB

Text Example


Text Example

White with #1FACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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