Html Css Color HEX #1CB2C3 Iris Blue

📋 copy color: '#1CB2C3'

red 28 ◦ green 178 ◦ blue 195

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

Shades of Iris Blue #1CB2C3

Tints of Iris Blue #1CB2C3

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.39%

 BLUE value IS 195 (76.56% from 255) = 48.63%

R = 6.98%
G = 44.39%
B = 48.63%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1CB2C3 (or 0x1CB2C3) is known color: Iris Blue. HEX triplet: 1C, B2 and C3. RGB value is (28,178,195). Sum of RGB (Red+Green+Blue) = 28+178+195=401 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.98% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: blue. Hex color #1CB2C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CB2C3 is #E34D3C. Grayscale: #868686. Windows color (decimal): -14896445 or 12825116. OLE color: 12825116.

HSL color Cylindrical-coordinate representation of color #1CB2C3: hue angle of 186.11º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CB2C3 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 28 178 195 -
CMYK 0.86 0.09 0 0.24
HSL 186.11º 0.75% 0.44% -
HSV(B) 186.11º 0.86% 0.76% -
XYZ 26.25 36.03 57.2 -
YUV 135.09 161.81 51.62 -
System Red Green Blue C M Y K H S L
Decimal 28 178 195 0.86 0.09 0 0.24 186.11 0.75 0.44
Hex 1C B2 C3 56 9 0 18 BA 4B 2C
Octal 34 262 303 126 11 0 30 272 113 54
Binary 11100 10110010 11000011 1010110 1001 0 11000 10111010 1001011 101100

Color Harmonies of #1CB2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB2C3

Black with #1CB2C3

Text Example


Text Example

White with #1CB2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,178,195); }

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

background-color css

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

 a { background-color: rgb(28,178,195); }

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

border-color css

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

 span { border-color: rgb(28,178,195); }

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