Html Css Color HEX #00BBB7 Iris Blue

📋 copy color: '#00BBB7'

red 0 ◦ green 187 ◦ blue 183

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

Shades of Iris Blue #00BBB7

Tints of Iris Blue #00BBB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.46%

R = 0%
G = 50.54%
B = 49.46%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#00BBB7 (or 0x00BBB7) is known color: Iris Blue. HEX triplet: 00, BB and B7. RGB value is (0,187,183). Sum of RGB (Red+Green+Blue) = 0+187+183=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 183 (71.88% from 255 or 49.46% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #00BBB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBB7 is #FF4448. Grayscale: #828282. Windows color (decimal): -16729161 or 12040960. OLE color: 12040960.

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

Color convert

RGB 0 187 183 -
CMYK 1 0 0.02 0.27
HSL 178.72º 1% 0.37% -
HSV(B) 178.72º 1% 0.73% -
XYZ 26.32 38.96 50.93 -
YUV 130.63 157.55 34.83 -
System Red Green Blue C M Y K H S L
Decimal 0 187 183 1 0 0.02 0.27 178.72 1 0.37
Hex 0 BB B7 64 0 2 1B B3 64 25
Octal 0 273 267 144 0 2 33 263 144 45
Binary 0 10111011 10110111 1100100 0 10 11011 10110011 1100100 100101

Color Harmonies of #00BBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BBB7

Black with #00BBB7

Text Example


Text Example

White with #00BBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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