Html Css Color HEX #00BBBC Iris Blue

📋 copy color: '#00BBBC'

red 0 ◦ green 187 ◦ blue 188

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

Shades of Iris Blue #00BBBC

Tints of Iris Blue #00BBBC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 0%
G = 49.87%
B = 50.13%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#00BBBC (or 0x00BBBC) is known color: Iris Blue. HEX triplet: 00, BB and BC. RGB value is (0,187,188). Sum of RGB (Red+Green+Blue) = 0+187+188=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #00BBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBBC is #FF4443. Grayscale: #838383. Windows color (decimal): -16729156 or 12368640. OLE color: 12368640.

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

Color convert

RGB 0 187 188 -
CMYK 1 0.01 0 0.26
HSL 180.32º 1% 0.37% -
HSV(B) 180.32º 1% 0.74% -
XYZ 26.85 39.17 53.72 -
YUV 131.2 160.05 34.42 -
System Red Green Blue C M Y K H S L
Decimal 0 187 188 1 0.01 0 0.26 180.32 1 0.37
Hex 0 BB BC 64 1 0 1A B4 64 25
Octal 0 273 274 144 1 0 32 264 144 45
Binary 0 10111011 10111100 1100100 1 0 11010 10110100 1100100 100101

Color Harmonies of #00BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BBBC

Black with #00BBBC

Text Example


Text Example

White with #00BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BBBC; }

 p { color: rgb(0,187,188); }

 H1.HeaderClassName
 {
   color: #00BBBC;
 }
 .AnyTagClassName
 {
   color: #00BBBC;
 }
</style>

background-color css

<style>
 a { background-color: #00BBBC; }

 a { background-color: rgb(0,187,188); }

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

border-color css

<style>
 span { border-color: #00BBBC; }

 span { border-color: rgb(0,187,188); }

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