Html Css Color HEX #1CBECD Iris Blue

📋 copy color: '#1CBECD'

red 28 ◦ green 190 ◦ blue 205

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

Shades of Iris Blue #1CBECD

Tints of Iris Blue #1CBECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 6.62%
G = 44.92%
B = 48.46%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1CBECD (or 0x1CBECD) is known color: Iris Blue. HEX triplet: 1C, BE and CD. RGB value is (28,190,205). Sum of RGB (Red+Green+Blue) = 28+190+205=423 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.62% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #1CBECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBECD is #E34132. Grayscale: #8F8F8F. Windows color (decimal): -14893363 or 13483548. OLE color: 13483548.

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

Color convert

RGB 28 190 205 -
CMYK 0.86 0.07 0 0.20
HSL 185.08º 0.76% 0.46% -
HSV(B) 185.08º 0.86% 0.8% -
XYZ 29.91 41.48 64.19 -
YUV 143.27 162.83 45.78 -
System Red Green Blue C M Y K H S L
Decimal 28 190 205 0.86 0.07 0 0.20 185.08 0.76 0.46
Hex 1C BE CD 56 7 0 14 B9 4C 2E
Octal 34 276 315 126 7 0 24 271 114 56
Binary 11100 10111110 11001101 1010110 111 0 10100 10111001 1001100 101110

Color Harmonies of #1CBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBECD

Black with #1CBECD

Text Example


Text Example

White with #1CBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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