Html Css Color HEX #1CB8D5 Iris Blue

📋 copy color: '#1CB8D5'

red 28 ◦ green 184 ◦ blue 213

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

Shades of Iris Blue #1CB8D5

Tints of Iris Blue #1CB8D5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.29%

 BLUE value IS 213 (83.59% from 255) = 50.12%

R = 6.59%
G = 43.29%
B = 50.12%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1CB8D5 (or 0x1CB8D5) is known color: Iris Blue. HEX triplet: 1C, B8 and D5. RGB value is (28,184,213). Sum of RGB (Red+Green+Blue) = 28+184+213=425 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.59% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #1CB8D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB8D5 is #E3472A. Grayscale: #8C8C8C. Windows color (decimal): -14894891 or 14006300. OLE color: 14006300.

HSL color Cylindrical-coordinate representation of color #1CB8D5: hue angle of 189.41º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CB8D5 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 184 213 -
CMYK 0.87 0.14 0 0.16
HSL 189.41º 0.77% 0.47% -
HSV(B) 189.41º 0.87% 0.84% -
XYZ 29.63 39.33 68.98 -
YUV 140.66 168.82 47.64 -
System Red Green Blue C M Y K H S L
Decimal 28 184 213 0.87 0.14 0 0.16 189.41 0.77 0.47
Hex 1C B8 D5 57 E 0 10 BD 4D 2F
Octal 34 270 325 127 16 0 20 275 115 57
Binary 11100 10111000 11010101 1010111 1110 0 10000 10111101 1001101 101111

Color Harmonies of #1CB8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB8D5

Black with #1CB8D5

Text Example


Text Example

White with #1CB8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,184,213); }

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

background-color css

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

 a { background-color: rgb(28,184,213); }

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

border-color css

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

 span { border-color: rgb(28,184,213); }

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