Html Css Color HEX #1CB6D0 Iris Blue

📋 copy color: '#1CB6D0'

red 28 ◦ green 182 ◦ blue 208

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

Shades of Iris Blue #1CB6D0

Tints of Iris Blue #1CB6D0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.54%

 BLUE value IS 208 (81.64% from 255) = 49.76%

R = 6.7%
G = 43.54%
B = 49.76%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1CB6D0 (or 0x1CB6D0) is known color: Iris Blue. HEX triplet: 1C, B6 and D0. RGB value is (28,182,208). Sum of RGB (Red+Green+Blue) = 28+182+208=418 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.70% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #1CB6D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB6D0 is #E3492F. Grayscale: #8A8A8A. Windows color (decimal): -14895408 or 13678108. OLE color: 13678108.

HSL color Cylindrical-coordinate representation of color #1CB6D0: hue angle of 188.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CB6D0 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 182 208 -
CMYK 0.87 0.12 0 0.18
HSL 188.67º 0.76% 0.46% -
HSV(B) 188.67º 0.87% 0.82% -
XYZ 28.59 38.26 65.55 -
YUV 138.92 166.98 48.89 -
System Red Green Blue C M Y K H S L
Decimal 28 182 208 0.87 0.12 0 0.18 188.67 0.76 0.46
Hex 1C B6 D0 57 C 0 12 BD 4C 2E
Octal 34 266 320 127 14 0 22 275 114 56
Binary 11100 10110110 11010000 1010111 1100 0 10010 10111101 1001100 101110

Color Harmonies of #1CB6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB6D0

Black with #1CB6D0

Text Example


Text Example

White with #1CB6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,182,208); }

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

background-color css

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

 a { background-color: rgb(28,182,208); }

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

border-color css

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

 span { border-color: rgb(28,182,208); }

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