Html Css Color HEX #01BFCC Iris Blue

📋 copy color: '#01BFCC'

red 1 ◦ green 191 ◦ blue 204

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

Shades of Iris Blue #01BFCC

Tints of Iris Blue #01BFCC

RGB

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

 GREEN value IS 191 (75% from 255) = 48.23%

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 0.25%
G = 48.23%
B = 51.52%

CMYK

 C value IS 1.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#01BFCC (or 0x01BFCC) is known color: Iris Blue. HEX triplet: 01, BF and CC. RGB value is (1,191,204). Sum of RGB (Red+Green+Blue) = 1+191+204=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #01BFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BFCC is #FE4033. Grayscale: #878787. Windows color (decimal): -16662580 or 13418241. OLE color: 13418241.

HSL color Cylindrical-coordinate representation of color #01BFCC: hue angle of 183.84º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BFCC is Cyan = 1.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 191 204 -
CMYK 1.00 0.06 0 0.2
HSL 183.84º 0.99% 0.4% -
HSV(B) 183.84º 1% 0.8% -
XYZ 29.54 41.63 63.6 -
YUV 135.67 166.55 31.94 -
System Red Green Blue C M Y K H S L
Decimal 1 191 204 1.00 0.06 0 0.2 183.84 0.99 0.4
Hex 1 BF CC 64 6 0 14 B8 63 28
Octal 1 277 314 144 6 0 24 270 143 50
Binary 1 10111111 11001100 1100100 110 0 10100 10111000 1100011 101000

Color Harmonies of #01BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BFCC

Black with #01BFCC

Text Example


Text Example

White with #01BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,191,204); }

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

background-color css

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

 a { background-color: rgb(1,191,204); }

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

border-color css

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

 span { border-color: rgb(1,191,204); }

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