Html Css Color HEX #1CC0CC Iris Blue

📋 copy color: '#1CC0CC'

red 28 ◦ green 192 ◦ blue 204

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

Shades of Iris Blue #1CC0CC

Tints of Iris Blue #1CC0CC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.28%

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 6.6%
G = 45.28%
B = 48.11%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1CC0CC (or 0x1CC0CC) is known color: Iris Blue. HEX triplet: 1C, C0 and CC. RGB value is (28,192,204). Sum of RGB (Red+Green+Blue) = 28+192+204=424 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.60% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CC0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC0CC is #E33F33. Grayscale: #909090. Windows color (decimal): -14892852 or 13418524. OLE color: 13418524.

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

Color convert

RGB 28 192 204 -
CMYK 0.86 0.06 0 0.2
HSL 184.09º 0.76% 0.45% -
HSV(B) 184.09º 0.86% 0.8% -
XYZ 30.23 42.31 63.7 -
YUV 144.33 161.67 45.02 -
System Red Green Blue C M Y K H S L
Decimal 28 192 204 0.86 0.06 0 0.2 184.09 0.76 0.45
Hex 1C C0 CC 56 6 0 14 B8 4C 2D
Octal 34 300 314 126 6 0 24 270 114 55
Binary 11100 11000000 11001100 1010110 110 0 10100 10111000 1001100 101101

Color Harmonies of #1CC0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC0CC

Black with #1CC0CC

Text Example


Text Example

White with #1CC0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,192,204); }

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

background-color css

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

 a { background-color: rgb(28,192,204); }

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

border-color css

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

 span { border-color: rgb(28,192,204); }

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