Html Css Color HEX #01BCB8 Iris Blue

📋 copy color: '#01BCB8'

red 1 ◦ green 188 ◦ blue 184

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

Shades of Iris Blue #01BCB8

Tints of Iris Blue #01BCB8

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

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

 BLUE value IS 184 (72.27% from 255) = 49.33%

R = 0.27%
G = 50.4%
B = 49.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#01BCB8 (or 0x01BCB8) is known color: Iris Blue. HEX triplet: 01, BC and B8. RGB value is (1,188,184). Sum of RGB (Red+Green+Blue) = 1+188+184=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #01BCB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BCB8 is #FE4347. Grayscale: #838383. Windows color (decimal): -16663368 or 12106753. OLE color: 12106753.

HSL color Cylindrical-coordinate representation of color #01BCB8: hue angle of 178.72º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BCB8 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 188 184 -
CMYK 0.99 0 0.02 0.26
HSL 178.72º 0.99% 0.37% -
HSV(B) 178.72º 0.99% 0.74% -
XYZ 26.65 39.43 51.55 -
YUV 131.63 157.55 34.83 -
System Red Green Blue C M Y K H S L
Decimal 1 188 184 0.99 0 0.02 0.26 178.72 0.99 0.37
Hex 1 BC B8 63 0 2 1A B3 63 25
Octal 1 274 270 143 0 2 32 263 143 45
Binary 1 10111100 10111000 1100011 0 10 11010 10110011 1100011 100101

Color Harmonies of #01BCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BCB8

Black with #01BCB8

Text Example


Text Example

White with #01BCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01BCB8; }

 p { color: rgb(1,188,184); }

 H1.HeaderClassName
 {
   color: #01BCB8;
 }
 .AnyTagClassName
 {
   color: #01BCB8;
 }
</style>

background-color css

<style>
 a { background-color: #01BCB8; }

 a { background-color: rgb(1,188,184); }

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

border-color css

<style>
 span { border-color: #01BCB8; }

 span { border-color: rgb(1,188,184); }

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