Html Css Color HEX #1CC0CA Iris Blue

📋 copy color: '#1CC0CA'

red 28 ◦ green 192 ◦ blue 202

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

Shades of Iris Blue #1CC0CA

Tints of Iris Blue #1CC0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 6.64%
G = 45.5%
B = 47.87%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1CC0CA (or 0x1CC0CA) is known color: Iris Blue. HEX triplet: 1C, C0 and CA. RGB value is (28,192,202). Sum of RGB (Red+Green+Blue) = 28+192+202=422 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.64% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #1CC0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC0CA is #E33F35. Grayscale: #8F8F8F. Windows color (decimal): -14892854 or 13287452. OLE color: 13287452.

HSL color Cylindrical-coordinate representation of color #1CC0CA: hue angle of 183.45º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC0CA is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 192 202 -
CMYK 0.86 0.05 0 0.21
HSL 183.45º 0.76% 0.45% -
HSV(B) 183.45º 0.86% 0.79% -
XYZ 29.99 42.21 62.44 -
YUV 144.1 160.67 45.19 -
System Red Green Blue C M Y K H S L
Decimal 28 192 202 0.86 0.05 0 0.21 183.45 0.76 0.45
Hex 1C C0 CA 56 5 0 15 B7 4C 2D
Octal 34 300 312 126 5 0 25 267 114 55
Binary 11100 11000000 11001010 1010110 101 0 10101 10110111 1001100 101101

Color Harmonies of #1CC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC0CA

Black with #1CC0CA

Text Example


Text Example

White with #1CC0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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