Html Css Color HEX #1CC0C8 Iris Blue

📋 copy color: '#1CC0C8'

red 28 ◦ green 192 ◦ blue 200

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

Shades of Iris Blue #1CC0C8

Tints of Iris Blue #1CC0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.62%

R = 6.67%
G = 45.71%
B = 47.62%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1CC0C8 (or 0x1CC0C8) is known color: Iris Blue. HEX triplet: 1C, C0 and C8. RGB value is (28,192,200). Sum of RGB (Red+Green+Blue) = 28+192+200=420 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.67% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #1CC0C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC0C8 is #E33F37. Grayscale: #8F8F8F. Windows color (decimal): -14892856 or 13156380. OLE color: 13156380.

HSL color Cylindrical-coordinate representation of color #1CC0C8: hue angle of 182.79º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC0C8 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 28 192 200 -
CMYK 0.86 0.04 0 0.22
HSL 182.79º 0.75% 0.45% -
HSV(B) 182.79º 0.86% 0.78% -
XYZ 29.75 42.12 61.2 -
YUV 143.88 159.67 45.35 -
System Red Green Blue C M Y K H S L
Decimal 28 192 200 0.86 0.04 0 0.22 182.79 0.75 0.45
Hex 1C C0 C8 56 4 0 16 B7 4B 2D
Octal 34 300 310 126 4 0 26 267 113 55
Binary 11100 11000000 11001000 1010110 100 0 10110 10110111 1001011 101101

Color Harmonies of #1CC0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC0C8

Black with #1CC0C8

Text Example


Text Example

White with #1CC0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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