Html Css Color HEX #1BB8CB Iris Blue

📋 copy color: '#1BB8CB'

red 27 ◦ green 184 ◦ blue 203

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

Shades of Iris Blue #1BB8CB

Tints of Iris Blue #1BB8CB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.44%

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

R = 6.52%
G = 44.44%
B = 49.03%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1BB8CB (or 0x1BB8CB) is known color: Iris Blue. HEX triplet: 1B, B8 and CB. RGB value is (27,184,203). Sum of RGB (Red+Green+Blue) = 27+184+203=414 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.52% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #1BB8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BB8CB is #E44734. Grayscale: #8A8A8A. Windows color (decimal): -14960437 or 13350939. OLE color: 13350939.

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

Color convert

RGB 27 184 203 -
CMYK 0.87 0.09 0 0.20
HSL 186.48º 0.77% 0.45% -
HSV(B) 186.48º 0.87% 0.8% -
XYZ 28.37 38.83 62.5 -
YUV 139.22 163.99 47.96 -
System Red Green Blue C M Y K H S L
Decimal 27 184 203 0.87 0.09 0 0.20 186.48 0.77 0.45
Hex 1B B8 CB 57 9 0 14 BA 4D 2D
Octal 33 270 313 127 11 0 24 272 115 55
Binary 11011 10111000 11001011 1010111 1001 0 10100 10111010 1001101 101101

Color Harmonies of #1BB8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BB8CB

Black with #1BB8CB

Text Example


Text Example

White with #1BB8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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