Html Css Color HEX #1BB8CD Iris Blue

📋 copy color: '#1BB8CD'

red 27 ◦ green 184 ◦ blue 205

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

Shades of Iris Blue #1BB8CD

Tints of Iris Blue #1BB8CD

RGB

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

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

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

R = 6.49%
G = 44.23%
B = 49.28%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1BB8CD (or 0x1BB8CD) is known color: Iris Blue. HEX triplet: 1B, B8 and CD. RGB value is (27,184,205). Sum of RGB (Red+Green+Blue) = 27+184+205=416 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.49% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #1BB8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BB8CD is #E44732. Grayscale: #8B8B8B. Windows color (decimal): -14960435 or 13482011. OLE color: 13482011.

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

Color convert

RGB 27 184 205 -
CMYK 0.87 0.10 0 0.20
HSL 187.08º 0.77% 0.45% -
HSV(B) 187.08º 0.87% 0.8% -
XYZ 28.61 38.92 63.76 -
YUV 139.45 164.99 47.79 -
System Red Green Blue C M Y K H S L
Decimal 27 184 205 0.87 0.10 0 0.20 187.08 0.77 0.45
Hex 1B B8 CD 57 A 0 14 BB 4D 2D
Octal 33 270 315 127 12 0 24 273 115 55
Binary 11011 10111000 11001101 1010111 1010 0 10100 10111011 1001101 101101

Color Harmonies of #1BB8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BB8CD

Black with #1BB8CD

Text Example


Text Example

White with #1BB8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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