Html Css Color HEX #1CBCD5 Iris Blue

📋 copy color: '#1CBCD5'

red 28 ◦ green 188 ◦ blue 213

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

Shades of Iris Blue #1CBCD5

Tints of Iris Blue #1CBCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.82%

 BLUE value IS 213 (83.59% from 255) = 49.65%

R = 6.53%
G = 43.82%
B = 49.65%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1CBCD5 (or 0x1CBCD5) is known color: Iris Blue. HEX triplet: 1C, BC and D5. RGB value is (28,188,213). Sum of RGB (Red+Green+Blue) = 28+188+213=429 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.53% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 213 (83.59% from 255 or 49.65% from 429); Max value from RGB is 213 - color contains mainly: blue. Hex color #1CBCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCD5 is #E3432A. Grayscale: #8E8E8E. Windows color (decimal): -14893867 or 14007324. OLE color: 14007324.

HSL color Cylindrical-coordinate representation of color #1CBCD5: hue angle of 188.11º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBCD5 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 188 213 -
CMYK 0.87 0.12 0 0.16
HSL 188.11º 0.77% 0.47% -
HSV(B) 188.11º 0.87% 0.84% -
XYZ 30.47 41.02 69.26 -
YUV 143.01 167.49 45.97 -
System Red Green Blue C M Y K H S L
Decimal 28 188 213 0.87 0.12 0 0.16 188.11 0.77 0.47
Hex 1C BC D5 57 C 0 10 BC 4D 2F
Octal 34 274 325 127 14 0 20 274 115 57
Binary 11100 10111100 11010101 1010111 1100 0 10000 10111100 1001101 101111

Color Harmonies of #1CBCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBCD5

Black with #1CBCD5

Text Example


Text Example

White with #1CBCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,188,213); }

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

background-color css

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

 a { background-color: rgb(28,188,213); }

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

border-color css

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

 span { border-color: rgb(28,188,213); }

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