Html Css Color HEX #1CABCF Iris Blue

📋 copy color: '#1CABCF'

red 28 ◦ green 171 ◦ blue 207

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

Shades of Iris Blue #1CABCF

Tints of Iris Blue #1CABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.99%

R = 6.9%
G = 42.12%
B = 50.99%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1CABCF (or 0x1CABCF) is known color: Iris Blue. HEX triplet: 1C, AB and CF. RGB value is (28,171,207). Sum of RGB (Red+Green+Blue) = 28+171+207=406 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.90% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #1CABCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CABCF is #E35430. Grayscale: #848484. Windows color (decimal): -14898225 or 13609756. OLE color: 13609756.

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

Color convert

RGB 28 171 207 -
CMYK 0.86 0.17 0 0.19
HSL 192.07º 0.76% 0.46% -
HSV(B) 192.07º 0.86% 0.81% -
XYZ 26.3 33.88 64.18 -
YUV 132.35 170.12 53.57 -
System Red Green Blue C M Y K H S L
Decimal 28 171 207 0.86 0.17 0 0.19 192.07 0.76 0.46
Hex 1C AB CF 56 11 0 13 C0 4C 2E
Octal 34 253 317 126 21 0 23 300 114 56
Binary 11100 10101011 11001111 1010110 10001 0 10011 11000000 1001100 101110

Color Harmonies of #1CABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CABCF

Black with #1CABCF

Text Example


Text Example

White with #1CABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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