#1cafd0

Color #1CAFD0 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #1CAFD0

Tints of Iris Blue #1CAFD0

Color information

#1CAFD0 (or 0x1CAFD0) is unknown color: approx Iris Blue. HEX triplet: 1C, AF and D0. RGB value is (28,175,208). Sum of RGB (Red+Green+Blue) = 28+175+208=411 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.81% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #1CAFD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAFD0 is #E3502F. Grayscale: #868686. Windows color (decimal): -14897200 or 13676316. OLE color: 13676316.

HSL color Cylindrical-coordinate representation of color #1CAFD0: hue angle of 191º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CAFD0 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB28175208-
CMYK0.870.1600.18
HSL191º76.27%46.27%-
HSV(B)191º86.54%81.57%-
XYZ27.1935.4665.09-
YUV134.81169.351.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.81%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 208 (81.64% from 255) = 50.61%
R=6.81%
G=42.58%
B=50.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal281752080.870.1600.1819176.2746.27
Hex1CAFD05710012bf4c2e
Octal342573201272002227711456
Binary111001010111111010000101011110000010010101111111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cafd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,175,208); }

 H1.HeaderClassName
 {
   color: #1cafd0;
 }
 .AnyTagClassName
 {
   color: #1cafd0;
 }
</style>
background-color css

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

 a { background-color: rgb(28,175,208); }

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

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

 span { border-color: rgb(28,175,208); }

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