Html Css Color HEX #01BBCF Iris Blue

📋 copy color: '#01BBCF'

red 1 ◦ green 187 ◦ blue 207

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

Shades of Iris Blue #01BBCF

Tints of Iris Blue #01BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.34%

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 0.25%
G = 47.34%
B = 52.41%

CMYK

 C value IS 1.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#01BBCF (or 0x01BBCF) is known color: Iris Blue. HEX triplet: 01, BB and CF. RGB value is (1,187,207). Sum of RGB (Red+Green+Blue) = 1+187+207=395 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #01BBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BBCF is #FE4430. Grayscale: #858585. Windows color (decimal): -16663601 or 13613825. OLE color: 13613825.

HSL color Cylindrical-coordinate representation of color #01BBCF: hue angle of 185.83º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BBCF is Cyan = 1.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 187 207 -
CMYK 1.00 0.10 0 0.19
HSL 185.83º 0.99% 0.41% -
HSV(B) 185.83º 1% 0.81% -
XYZ 29.05 40.05 65.23 -
YUV 133.67 169.38 33.37 -
System Red Green Blue C M Y K H S L
Decimal 1 187 207 1.00 0.10 0 0.19 185.83 0.99 0.41
Hex 1 BB CF 64 A 0 13 BA 63 29
Octal 1 273 317 144 12 0 23 272 143 51
Binary 1 10111011 11001111 1100100 1010 0 10011 10111010 1100011 101001

Color Harmonies of #01BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BBCF

Black with #01BBCF

Text Example


Text Example

White with #01BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,187,207); }

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

background-color css

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

 a { background-color: rgb(1,187,207); }

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

border-color css

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

 span { border-color: rgb(1,187,207); }

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