Html Css Color HEX #1CBBCB Iris Blue

📋 copy color: '#1CBBCB'

red 28 ◦ green 187 ◦ blue 203

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

Shades of Iris Blue #1CBBCB

Tints of Iris Blue #1CBBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.74%

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

R = 6.7%
G = 44.74%
B = 48.56%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1CBBCB (or 0x1CBBCB) is known color: Iris Blue. HEX triplet: 1C, BB and CB. RGB value is (28,187,203). Sum of RGB (Red+Green+Blue) = 28+187+203=418 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.70% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #1CBBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBBCB is #E34434. Grayscale: #8D8D8D. Windows color (decimal): -14894133 or 13351708. OLE color: 13351708.

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

Color convert

RGB 28 187 203 -
CMYK 0.86 0.08 0 0.20
HSL 185.49º 0.76% 0.45% -
HSV(B) 185.49º 0.86% 0.8% -
XYZ 29.03 40.1 62.71 -
YUV 141.28 162.82 47.2 -
System Red Green Blue C M Y K H S L
Decimal 28 187 203 0.86 0.08 0 0.20 185.49 0.76 0.45
Hex 1C BB CB 56 8 0 14 B9 4C 2D
Octal 34 273 313 126 10 0 24 271 114 55
Binary 11100 10111011 11001011 1010110 1000 0 10100 10111001 1001100 101101

Color Harmonies of #1CBBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBBCB

Black with #1CBBCB

Text Example


Text Example

White with #1CBBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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