Html Css Color HEX #1CBBCD Iris Blue

📋 copy color: '#1CBBCD'

red 28 ◦ green 187 ◦ blue 205

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

Shades of Iris Blue #1CBBCD

Tints of Iris Blue #1CBBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.81%

R = 6.67%
G = 44.52%
B = 48.81%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1CBBCD (or 0x1CBBCD) is known color: Iris Blue. HEX triplet: 1C, BB and CD. RGB value is (28,187,205). Sum of RGB (Red+Green+Blue) = 28+187+205=420 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.67% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #1CBBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBBCD is #E34432. Grayscale: #8D8D8D. Windows color (decimal): -14894131 or 13482780. OLE color: 13482780.

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

Color convert

RGB 28 187 205 -
CMYK 0.86 0.09 0 0.20
HSL 186.1º 0.76% 0.46% -
HSV(B) 186.1º 0.86% 0.8% -
XYZ 29.27 40.2 63.97 -
YUV 141.51 163.82 47.04 -
System Red Green Blue C M Y K H S L
Decimal 28 187 205 0.86 0.09 0 0.20 186.1 0.76 0.46
Hex 1C BB CD 56 9 0 14 BA 4C 2E
Octal 34 273 315 126 11 0 24 272 114 56
Binary 11100 10111011 11001101 1010110 1001 0 10100 10111010 1001100 101110

Color Harmonies of #1CBBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBBCD

Black with #1CBBCD

Text Example


Text Example

White with #1CBBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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