Html Css Color HEX #1CABCD Iris Blue

📋 copy color: '#1CABCD'

red 28 ◦ green 171 ◦ blue 205

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

Shades of Iris Blue #1CABCD

Tints of Iris Blue #1CABCD

RGB

 RED value IS 28 (11.33% from 255) = 6.93%

 GREEN value IS 171 (67.19% from 255) = 42.33%

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 6.93%
G = 42.33%
B = 50.74%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1CABCD (or 0x1CABCD) is known color: Iris Blue. HEX triplet: 1C, AB and CD. RGB value is (28,171,205). Sum of RGB (Red+Green+Blue) = 28+171+205=404 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.93% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #1CABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CABCD is #E35432. Grayscale: #838383. Windows color (decimal): -14898227 or 13478684. OLE color: 13478684.

HSL color Cylindrical-coordinate representation of color #1CABCD: hue angle of 191.53º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CABCD is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 171 205 -
CMYK 0.86 0.17 0 0.20
HSL 191.53º 0.76% 0.46% -
HSV(B) 191.53º 0.86% 0.8% -
XYZ 26.06 33.78 62.9 -
YUV 132.12 169.12 53.74 -
System Red Green Blue C M Y K H S L
Decimal 28 171 205 0.86 0.17 0 0.20 191.53 0.76 0.46
Hex 1C AB CD 56 11 0 14 C0 4C 2E
Octal 34 253 315 126 21 0 24 300 114 56
Binary 11100 10101011 11001101 1010110 10001 0 10100 11000000 1001100 101110

Color Harmonies of #1CABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CABCD

Black with #1CABCD

Text Example


Text Example

White with #1CABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,171,205); }

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

background-color css

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

 a { background-color: rgb(28,171,205); }

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

border-color css

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

 span { border-color: rgb(28,171,205); }

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