Html Css Color HEX #1BBCCC Iris Blue

📋 copy color: '#1BBCCC'

red 27 ◦ green 188 ◦ blue 204

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

Shades of Iris Blue #1BBCCC

Tints of Iris Blue #1BBCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.87%

 BLUE value IS 204 (80.08% from 255) = 48.69%

R = 6.44%
G = 44.87%
B = 48.69%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1BBCCC (or 0x1BBCCC) is known color: Iris Blue. HEX triplet: 1B, BC and CC. RGB value is (27,188,204). Sum of RGB (Red+Green+Blue) = 27+188+204=419 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.44% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #1BBCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCCC is #E44333. Grayscale: #8D8D8D. Windows color (decimal): -14959412 or 13417499. OLE color: 13417499.

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

Color convert

RGB 27 188 204 -
CMYK 0.87 0.08 0 0.2
HSL 185.42º 0.77% 0.45% -
HSV(B) 185.42º 0.87% 0.8% -
XYZ 29.33 40.56 63.41 -
YUV 141.69 163.16 46.2 -
System Red Green Blue C M Y K H S L
Decimal 27 188 204 0.87 0.08 0 0.2 185.42 0.77 0.45
Hex 1B BC CC 57 8 0 14 B9 4D 2D
Octal 33 274 314 127 10 0 24 271 115 55
Binary 11011 10111100 11001100 1010111 1000 0 10100 10111001 1001101 101101

Color Harmonies of #1BBCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBCCC

Black with #1BBCCC

Text Example


Text Example

White with #1BBCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,188,204); }

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

background-color css

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

 a { background-color: rgb(27,188,204); }

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

border-color css

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

 span { border-color: rgb(27,188,204); }

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