Html Css Color HEX #1BADCE Iris Blue

📋 copy color: '#1BADCE'

red 27 ◦ green 173 ◦ blue 206

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

Shades of Iris Blue #1BADCE

Tints of Iris Blue #1BADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.61%

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 6.65%
G = 42.61%
B = 50.74%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1BADCE (or 0x1BADCE) is known color: Iris Blue. HEX triplet: 1B, AD and CE. RGB value is (27,173,206). Sum of RGB (Red+Green+Blue) = 27+173+206=406 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.65% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #1BADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BADCE is #E45231. Grayscale: #848484. Windows color (decimal): -14963250 or 13544731. OLE color: 13544731.

HSL color Cylindrical-coordinate representation of color #1BADCE: hue angle of 191.06º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BADCE is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 27 173 206 -
CMYK 0.87 0.16 0 0.19
HSL 191.06º 0.77% 0.46% -
HSV(B) 191.06º 0.87% 0.81% -
XYZ 26.54 34.58 63.67 -
YUV 133.11 169.13 52.32 -
System Red Green Blue C M Y K H S L
Decimal 27 173 206 0.87 0.16 0 0.19 191.06 0.77 0.46
Hex 1B AD CE 57 10 0 13 BF 4D 2E
Octal 33 255 316 127 20 0 23 277 115 56
Binary 11011 10101101 11001110 1010111 10000 0 10011 10111111 1001101 101110

Color Harmonies of #1BADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BADCE

Black with #1BADCE

Text Example


Text Example

White with #1BADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,173,206); }

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

background-color css

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

 a { background-color: rgb(27,173,206); }

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

border-color css

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

 span { border-color: rgb(27,173,206); }

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