Html Css Color HEX #1CBAD5 Iris Blue

📋 copy color: '#1CBAD5'

red 28 ◦ green 186 ◦ blue 213

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

Shades of Iris Blue #1CBAD5

Tints of Iris Blue #1CBAD5

RGB

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

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

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

R = 6.56%
G = 43.56%
B = 49.88%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1CBAD5 (or 0x1CBAD5) is known color: Iris Blue. HEX triplet: 1C, BA and D5. RGB value is (28,186,213). Sum of RGB (Red+Green+Blue) = 28+186+213=427 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.56% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 213 - color contains mainly: blue. Hex color #1CBAD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBAD5 is #E3452A. Grayscale: #8D8D8D. Windows color (decimal): -14894379 or 14006812. OLE color: 14006812.

HSL color Cylindrical-coordinate representation of color #1CBAD5: hue angle of 188.76º 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 #1CBAD5 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 186 213 -
CMYK 0.87 0.13 0 0.16
HSL 188.76º 0.77% 0.47% -
HSV(B) 188.76º 0.87% 0.84% -
XYZ 30.05 40.17 69.12 -
YUV 141.84 168.15 46.8 -
System Red Green Blue C M Y K H S L
Decimal 28 186 213 0.87 0.13 0 0.16 188.76 0.77 0.47
Hex 1C BA D5 57 D 0 10 BD 4D 2F
Octal 34 272 325 127 15 0 20 275 115 57
Binary 11100 10111010 11010101 1010111 1101 0 10000 10111101 1001101 101111

Color Harmonies of #1CBAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBAD5

Black with #1CBAD5

Text Example


Text Example

White with #1CBAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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