Html Css Color HEX #1BC0CB Iris Blue

📋 copy color: '#1BC0CB'

red 27 ◦ green 192 ◦ blue 203

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

Shades of Iris Blue #1BC0CB

Tints of Iris Blue #1BC0CB

RGB

 RED value IS 27 (10.94% from 255) = 6.4%

 GREEN value IS 192 (75.39% from 255) = 45.5%

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

R = 6.4%
G = 45.5%
B = 48.1%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1BC0CB (or 0x1BC0CB) is known color: Iris Blue. HEX triplet: 1B, C0 and CB. RGB value is (27,192,203). Sum of RGB (Red+Green+Blue) = 27+192+203=422 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.40% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #1BC0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC0CB is #E43F34. Grayscale: #8F8F8F. Windows color (decimal): -14958389 or 13352987. OLE color: 13352987.

HSL color Cylindrical-coordinate representation of color #1BC0CB: hue angle of 183.75º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC0CB is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 27 192 203 -
CMYK 0.87 0.05 0 0.20
HSL 183.75º 0.77% 0.45% -
HSV(B) 183.75º 0.87% 0.8% -
XYZ 30.08 42.24 63.07 -
YUV 143.92 161.34 44.61 -
System Red Green Blue C M Y K H S L
Decimal 27 192 203 0.87 0.05 0 0.20 183.75 0.77 0.45
Hex 1B C0 CB 57 5 0 14 B8 4D 2D
Octal 33 300 313 127 5 0 24 270 115 55
Binary 11011 11000000 11001011 1010111 101 0 10100 10111000 1001101 101101

Color Harmonies of #1BC0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC0CB

Black with #1BC0CB

Text Example


Text Example

White with #1BC0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,192,203); }

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

background-color css

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

 a { background-color: rgb(27,192,203); }

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

border-color css

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

 span { border-color: rgb(27,192,203); }

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