Html Css Color HEX #00BBBE Iris Blue

📋 copy color: '#00BBBE'

red 0 ◦ green 187 ◦ blue 190

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

Shades of Iris Blue #00BBBE

Tints of Iris Blue #00BBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 0%
G = 49.6%
B = 50.4%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#00BBBE (or 0x00BBBE) is known color: Iris Blue. HEX triplet: 00, BB and BE. RGB value is (0,187,190). Sum of RGB (Red+Green+Blue) = 0+187+190=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #00BBBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBBE is #FF4441. Grayscale: #838383. Windows color (decimal): -16729154 or 12499712. OLE color: 12499712.

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

Color convert

RGB 0 187 190 -
CMYK 1 0.02 0 0.25
HSL 180.95º 1% 0.37% -
HSV(B) 180.95º 1% 0.75% -
XYZ 27.06 39.26 54.87 -
YUV 131.43 161.05 34.26 -
System Red Green Blue C M Y K H S L
Decimal 0 187 190 1 0.02 0 0.25 180.95 1 0.37
Hex 0 BB BE 64 2 0 19 B5 64 25
Octal 0 273 276 144 2 0 31 265 144 45
Binary 0 10111011 10111110 1100100 10 0 11001 10110101 1100100 100101

Color Harmonies of #00BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BBBE

Black with #00BBBE

Text Example


Text Example

White with #00BBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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