Html Css Color HEX #1CBEC9 Iris Blue

📋 copy color: '#1CBEC9'

red 28 ◦ green 190 ◦ blue 201

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

Shades of Iris Blue #1CBEC9

Tints of Iris Blue #1CBEC9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.35%

 BLUE value IS 201 (78.91% from 255) = 47.97%

R = 6.68%
G = 45.35%
B = 47.97%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1CBEC9 (or 0x1CBEC9) is known color: Iris Blue. HEX triplet: 1C, BE and C9. RGB value is (28,190,201). Sum of RGB (Red+Green+Blue) = 28+190+201=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #1CBEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBEC9 is #E34136. Grayscale: #8E8E8E. Windows color (decimal): -14893367 or 13221404. OLE color: 13221404.

HSL color Cylindrical-coordinate representation of color #1CBEC9: hue angle of 183.82º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CBEC9 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 190 201 -
CMYK 0.86 0.05 0 0.21
HSL 183.82º 0.76% 0.45% -
HSV(B) 183.82º 0.86% 0.79% -
XYZ 29.43 41.29 61.68 -
YUV 142.82 160.83 46.11 -
System Red Green Blue C M Y K H S L
Decimal 28 190 201 0.86 0.05 0 0.21 183.82 0.76 0.45
Hex 1C BE C9 56 5 0 15 B8 4C 2D
Octal 34 276 311 126 5 0 25 270 114 55
Binary 11100 10111110 11001001 1010110 101 0 10101 10111000 1001100 101101

Color Harmonies of #1CBEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBEC9

Black with #1CBEC9

Text Example


Text Example

White with #1CBEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,190,201); }

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

background-color css

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

 a { background-color: rgb(28,190,201); }

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

border-color css

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

 span { border-color: rgb(28,190,201); }

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