Html Css Color HEX #1CABCB Iris Blue

📋 copy color: '#1CABCB'

red 28 ◦ green 171 ◦ blue 203

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

Shades of Iris Blue #1CABCB

Tints of Iris Blue #1CABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 6.97%
G = 42.54%
B = 50.5%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1CABCB (or 0x1CABCB) is known color: Iris Blue. HEX triplet: 1C, AB and CB. RGB value is (28,171,203). Sum of RGB (Red+Green+Blue) = 28+171+203=402 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.97% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #1CABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CABCB is #E35434. Grayscale: #838383. Windows color (decimal): -14898229 or 13347612. OLE color: 13347612.

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

Color convert

RGB 28 171 203 -
CMYK 0.86 0.16 0 0.20
HSL 190.97º 0.76% 0.45% -
HSV(B) 190.97º 0.86% 0.8% -
XYZ 25.82 33.68 61.64 -
YUV 131.89 168.12 53.9 -
System Red Green Blue C M Y K H S L
Decimal 28 171 203 0.86 0.16 0 0.20 190.97 0.76 0.45
Hex 1C AB CB 56 10 0 14 BF 4C 2D
Octal 34 253 313 126 20 0 24 277 114 55
Binary 11100 10101011 11001011 1010110 10000 0 10100 10111111 1001100 101101

Color Harmonies of #1CABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CABCB

Black with #1CABCB

Text Example


Text Example

White with #1CABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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