Html Css Color HEX #1CADCE Iris Blue

📋 copy color: '#1CADCE'

red 28 ◦ green 173 ◦ blue 206

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

Shades of Iris Blue #1CADCE

Tints of Iris Blue #1CADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 6.88%
G = 42.51%
B = 50.61%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1CADCE (or 0x1CADCE) is known color: Iris Blue. HEX triplet: 1C, AD and CE. RGB value is (28,173,206). Sum of RGB (Red+Green+Blue) = 28+173+206=407 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.88% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #1CADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CADCE is #E35231. Grayscale: #858585. Windows color (decimal): -14897714 or 13544732. OLE color: 13544732.

HSL color Cylindrical-coordinate representation of color #1CADCE: hue angle of 191.12º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CADCE is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 173 206 -
CMYK 0.86 0.16 0 0.19
HSL 191.12º 0.76% 0.46% -
HSV(B) 191.12º 0.86% 0.81% -
XYZ 26.56 34.59 63.67 -
YUV 133.41 168.96 52.82 -
System Red Green Blue C M Y K H S L
Decimal 28 173 206 0.86 0.16 0 0.19 191.12 0.76 0.46
Hex 1C AD CE 56 10 0 13 BF 4C 2E
Octal 34 255 316 126 20 0 23 277 114 56
Binary 11100 10101101 11001110 1010110 10000 0 10011 10111111 1001100 101110

Color Harmonies of #1CADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CADCE

Black with #1CADCE

Text Example


Text Example

White with #1CADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,173,206); }

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

background-color css

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

 a { background-color: rgb(28,173,206); }

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

border-color css

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

 span { border-color: rgb(28,173,206); }

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