Html Css Color HEX #1CBECB Iris Blue

📋 copy color: '#1CBECB'

red 28 ◦ green 190 ◦ blue 203

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

Shades of Iris Blue #1CBECB

Tints of Iris Blue #1CBECB

RGB

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

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

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

R = 6.65%
G = 45.13%
B = 48.22%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1CBECB (or 0x1CBECB) is known color: Iris Blue. HEX triplet: 1C, BE and CB. RGB value is (28,190,203). Sum of RGB (Red+Green+Blue) = 28+190+203=421 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.65% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #1CBECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBECB is #E34134. Grayscale: #8E8E8E. Windows color (decimal): -14893365 or 13352476. OLE color: 13352476.

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

Color convert

RGB 28 190 203 -
CMYK 0.86 0.06 0 0.20
HSL 184.46º 0.76% 0.45% -
HSV(B) 184.46º 0.86% 0.8% -
XYZ 29.67 41.39 62.92 -
YUV 143.04 161.83 45.94 -
System Red Green Blue C M Y K H S L
Decimal 28 190 203 0.86 0.06 0 0.20 184.46 0.76 0.45
Hex 1C BE CB 56 6 0 14 B8 4C 2D
Octal 34 276 313 126 6 0 24 270 114 55
Binary 11100 10111110 11001011 1010110 110 0 10100 10111000 1001100 101101

Color Harmonies of #1CBECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBECB

Black with #1CBECB

Text Example


Text Example

White with #1CBECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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