Html Css Color HEX #1CB2CB Iris Blue

📋 copy color: '#1CB2CB'

red 28 ◦ green 178 ◦ blue 203

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

Shades of Iris Blue #1CB2CB

Tints of Iris Blue #1CB2CB

RGB

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

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

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

R = 6.85%
G = 43.52%
B = 49.63%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1CB2CB (or 0x1CB2CB) is known color: Iris Blue. HEX triplet: 1C, B2 and CB. RGB value is (28,178,203). Sum of RGB (Red+Green+Blue) = 28+178+203=409 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.85% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #1CB2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CB2CB is #E34D34. Grayscale: #878787. Windows color (decimal): -14896437 or 13349404. OLE color: 13349404.

HSL color Cylindrical-coordinate representation of color #1CB2CB: hue angle of 188.57º 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 #1CB2CB is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 178 203 -
CMYK 0.86 0.12 0 0.20
HSL 188.57º 0.76% 0.45% -
HSV(B) 188.57º 0.86% 0.8% -
XYZ 27.18 36.4 62.09 -
YUV 136 165.81 50.97 -
System Red Green Blue C M Y K H S L
Decimal 28 178 203 0.86 0.12 0 0.20 188.57 0.76 0.45
Hex 1C B2 CB 56 C 0 14 BD 4C 2D
Octal 34 262 313 126 14 0 24 275 114 55
Binary 11100 10110010 11001011 1010110 1100 0 10100 10111101 1001100 101101

Color Harmonies of #1CB2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB2CB

Black with #1CB2CB

Text Example


Text Example

White with #1CB2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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