Html Css Color HEX #01BCC7 Iris Blue

📋 copy color: '#01BCC7'

red 1 ◦ green 188 ◦ blue 199

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

Shades of Iris Blue #01BCC7

Tints of Iris Blue #01BCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.29%

R = 0.26%
G = 48.45%
B = 51.29%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#01BCC7 (or 0x01BCC7) is known color: Iris Blue. HEX triplet: 01, BC and C7. RGB value is (1,188,199). Sum of RGB (Red+Green+Blue) = 1+188+199=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 199 (78.12% from 255 or 51.29% from 388); Max value from RGB is 199 - color contains mainly: blue. Hex color #01BCC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BCC7 is #FE4338. Grayscale: #858585. Windows color (decimal): -16663353 or 13089793. OLE color: 13089793.

HSL color Cylindrical-coordinate representation of color #01BCC7: hue angle of 183.33º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BCC7 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 188 199 -
CMYK 0.99 0.06 0 0.22
HSL 183.33º 0.99% 0.39% -
HSV(B) 183.33º 0.99% 0.78% -
XYZ 28.3 40.1 60.28 -
YUV 133.34 165.05 33.61 -
System Red Green Blue C M Y K H S L
Decimal 1 188 199 0.99 0.06 0 0.22 183.33 0.99 0.39
Hex 1 BC C7 63 6 0 16 B7 63 27
Octal 1 274 307 143 6 0 26 267 143 47
Binary 1 10111100 11000111 1100011 110 0 10110 10110111 1100011 100111

Color Harmonies of #01BCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BCC7

Black with #01BCC7

Text Example


Text Example

White with #01BCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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