Html Css Color HEX #1CBACC Iris Blue

📋 copy color: '#1CBACC'

red 28 ◦ green 186 ◦ blue 204

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

Shades of Iris Blue #1CBACC

Tints of Iris Blue #1CBACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.5%

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

R = 6.7%
G = 44.5%
B = 48.8%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1CBACC (or 0x1CBACC) is known color: Iris Blue. HEX triplet: 1C, BA and CC. RGB value is (28,186,204). Sum of RGB (Red+Green+Blue) = 28+186+204=418 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.70% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CBACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBACC is #E34533. Grayscale: #8C8C8C. Windows color (decimal): -14894388 or 13416988. OLE color: 13416988.

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

Color convert

RGB 28 186 204 -
CMYK 0.86 0.09 0 0.2
HSL 186.14º 0.76% 0.45% -
HSV(B) 186.14º 0.86% 0.8% -
XYZ 28.94 39.72 63.27 -
YUV 140.81 163.65 47.54 -
System Red Green Blue C M Y K H S L
Decimal 28 186 204 0.86 0.09 0 0.2 186.14 0.76 0.45
Hex 1C BA CC 56 9 0 14 BA 4C 2D
Octal 34 272 314 126 11 0 24 272 114 55
Binary 11100 10111010 11001100 1010110 1001 0 10100 10111010 1001100 101101

Color Harmonies of #1CBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBACC

Black with #1CBACC

Text Example


Text Example

White with #1CBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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