Html Css Color HEX #1CADCB Iris Blue

📋 copy color: '#1CADCB'

red 28 ◦ green 173 ◦ blue 203

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

Shades of Iris Blue #1CADCB

Tints of Iris Blue #1CADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.25%

R = 6.93%
G = 42.82%
B = 50.25%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1CADCB (or 0x1CADCB) is known color: Iris Blue. HEX triplet: 1C, AD and CB. RGB value is (28,173,203). Sum of RGB (Red+Green+Blue) = 28+173+203=404 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.93% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #1CADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CADCB is #E35234. Grayscale: #848484. Windows color (decimal): -14897717 or 13348124. OLE color: 13348124.

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

Color convert

RGB 28 173 203 -
CMYK 0.86 0.15 0 0.20
HSL 190.29º 0.76% 0.45% -
HSV(B) 190.29º 0.86% 0.8% -
XYZ 26.2 34.45 61.77 -
YUV 133.07 167.46 53.06 -
System Red Green Blue C M Y K H S L
Decimal 28 173 203 0.86 0.15 0 0.20 190.29 0.76 0.45
Hex 1C AD CB 56 F 0 14 BE 4C 2D
Octal 34 255 313 126 17 0 24 276 114 55
Binary 11100 10101101 11001011 1010110 1111 0 10100 10111110 1001100 101101

Color Harmonies of #1CADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CADCB

Black with #1CADCB

Text Example


Text Example

White with #1CADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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